BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
PlayerManager
Player
Manager
interface
PlayerManager
Player manager
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.