TransformedItemStack

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
open fun copy(): TransformedItemStack
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
@NotNull
open fun of(@NotNull itemStack: ItemStack): TransformedItemStack
@NotNull
open fun of(@NotNull offset: Vector3f, @NotNull scale: Vector3f, @NotNull itemStack: ItemStack): TransformedItemStack
Link copied to clipboard
abstract fun toString(): String