PlayerManager

interface PlayerManager

Player manager

Functions

Link copied to clipboard
abstract fun addLocationProvider(@NotNull provider: @NotNull PointedLocationProvider)
Adds some location provider for compass.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllHudPlayer(): @NotNull @Unmodifiable Collection<HudPlayer>
Gets all player's instance.
Link copied to clipboard
@Nullable
abstract fun getHudPlayer(@NotNull uuid: @NotNull UUID): @Nullable HudPlayer
Gets the player's data from bukkit player.