spawn

open fun spawn(@NotNull bundler: @NotNull PacketBundler)

Spawns this display using the provided packet bundler.

Since

1.15.2

Parameters

bundler

the packet bundler


abstract fun spawn(showItem: Boolean, @NotNull bundler: @NotNull PacketBundler)

Spawns this display, optionally showing the item.

Since

1.15.2

Parameters

showItem

true to show the item, false otherwise

bundler

the packet bundler