BetterModel
Toggle table of contents
1.3.2-SNAPSHOT-7
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.nms
/
ModelDisplay
Model
Display
interface
ModelDisplay
:
AutoCloseable
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
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
)
send
Link copied to clipboard
abstract
fun
send
(
@
NotNull
bundler
:
PacketBundler
)
spawn
Link copied to clipboard
abstract
fun
spawn
(
@
NotNull
bundler
:
PacketBundler
)
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
)