BetterModel
Toggle table of contents
1.4.2
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.manager
/
PlayerManager
Player
Manager
interface
PlayerManager
:
GlobalManager
Members
Functions
animate
Link copied to clipboard
abstract
fun
animate
(
@
NotNull
player
:
Player
,
@
NotNull
model
:
String
,
@
NotNull
animation
:
String
)
limb
Link copied to clipboard
@
Nullable
abstract
fun
limb
(
@
NotNull
name
:
String
)
:
BlueprintRenderer
limbs
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
limbs
(
)
:
@
Unmodifiable
List
<
BlueprintRenderer
>
player
Link copied to clipboard
@
Nullable
abstract
fun
player
(
@
NotNull
uuid
:
UUID
)
:
PlayerChannelHandler
@
NotNull
abstract
fun
player
(
@
NotNull
player
:
Player
)
:
PlayerChannelHandler
reload
Link copied to clipboard
abstract
fun
reload
(
)