BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-67
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.manager
/
PlayerManager
Player
Manager
interface
PlayerManager
:
GlobalManager
Player manager
Members
Functions
animate
Link copied to clipboard
abstract
fun
animate
(
@
NotNull
player
:
Player
,
@
NotNull
model
:
String
,
@
NotNull
animation
:
String
)
Play's animation to this player
limb
Link copied to clipboard
@
Nullable
abstract
fun
limb
(
@
NotNull
name
:
String
)
:
BlueprintRenderer
Gets renderer for player animation by name.
limbs
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
limbs
(
)
:
@
Unmodifiable
List
<
BlueprintRenderer
>
Gets all renderer for player animation.
player
Link copied to clipboard
@
Nullable
abstract
fun
player
(
@
NotNull
uuid
:
UUID
)
:
PlayerChannelHandler
Gets player channel handler
@
NotNull
abstract
fun
player
(
@
NotNull
player
:
Player
)
:
PlayerChannelHandler
Get or creates channel handler Do not use this with fake player, instead use PlayerManager#player(UUID)
reload
Link copied to clipboard
abstract
fun
reload
(
)
Executes reload