BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-58
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.nms
/
ModelDisplay
Model
Display
interface
ModelDisplay
Members
Functions
display
Link copied to clipboard
abstract
fun
display
(
@
NotNull
transform
:
ItemDisplay.ItemDisplayTransform
)
frame
Link copied to clipboard
abstract
fun
frame
(
frame
:
Int
)
item
Link copied to clipboard
abstract
fun
item
(
@
NotNull
itemStack
:
ItemStack
)
remove
Link copied to clipboard
abstract
fun
remove
(
@
NotNull
bundler
:
PacketBundler
)
rotate
Link copied to clipboard
abstract
fun
rotate
(
@
NotNull
rotation
:
ModelRotation
,
@
NotNull
bundler
:
PacketBundler
)
send
Link copied to clipboard
abstract
fun
send
(
@
NotNull
bundler
:
PacketBundler
)
spawn
Link copied to clipboard
abstract
fun
spawn
(
@
NotNull
bundler
:
PacketBundler
)
sync
Link copied to clipboard
abstract
fun
sync
(
@
NotNull
entity
:
EntityAdapter
)
teleport
Link copied to clipboard
abstract
fun
teleport
(
@
NotNull
location
:
Location
,
@
NotNull
bundler
:
PacketBundler
)
transform
Link copied to clipboard
abstract
fun
transform
(
@
NotNull
transformation
:
Transformation
)