Interface BoxPlayerMap
-
Method Summary
Modifier and TypeMethodDescription@NotNull BoxPlayerGets theBoxPlayer.booleanChecks if theBoxPlayerof specified player is loaded.booleanisScheduledLoading(@NotNull Player player) Checks if loading of data for the specified player is scheduled.
-
Method Details
-
isLoaded
-
isScheduledLoading
-
get
Gets theBoxPlayer.- Parameters:
player- thePlayer- Returns:
- the
BoxPlayer - Throws:
IllegalStateException- if the player is not online or not loaded
-