toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
PlayerManager
Player
Manager
interface
PlayerManager
Members
Functions
add
Location
Provider
Link copied to clipboard
abstract
fun
addLocationProvider
(
@
NotNull
provider
:
@
NotNull
PointedLocationProvider
)
Adds some location provider for compass.
get
All
Hud
Player
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllHudPlayer
(
)
:
@
NotNull
@
Unmodifiable
Collection
<
HudPlayer
>
Gets all player's instance.
get
Hud
Player
Link copied to clipboard
@
Nullable
abstract
fun
getHudPlayer
(
@
NotNull
uuid
:
@
NotNull
UUID
)
:
@
Nullable
HudPlayer
Gets the player's data from bukkit player.