ModelDisplay

interface ModelDisplay

Functions

Link copied to clipboard
abstract fun display(@NotNull transform: ItemDisplay.ItemDisplayTransform)
Link copied to clipboard
abstract fun frame(frame: Int)
Link copied to clipboard
abstract fun item(@NotNull itemStack: ItemStack)
Link copied to clipboard
abstract fun remove(@NotNull bundler: PacketBundler)
Link copied to clipboard
abstract fun rotate(@NotNull rotation: ModelRotation, @NotNull bundler: PacketBundler)
Link copied to clipboard
abstract fun send(@NotNull bundler: PacketBundler)
Link copied to clipboard
abstract fun spawn(@NotNull bundler: PacketBundler)
Link copied to clipboard
abstract fun sync(@NotNull entity: EntityAdapter)
Link copied to clipboard
abstract fun teleport(@NotNull location: Location, @NotNull bundler: PacketBundler)
Link copied to clipboard
abstract fun transform(@NotNull transformation: Transformation)