Package net.okocraft.box.api.player
Interface BoxPlayerMap
public interface BoxPlayerMap
-
Method Summary
Modifier and TypeMethodDescription@NotNull BoxPlayer
Gets theBoxPlayer
.boolean
Checks if theBoxPlayer
of specified player is loaded.boolean
isScheduledLoading
(@NotNull Player player) Checks if loading of data for the specified player is scheduled.
-
Method Details
-
isLoaded
Checks if theBoxPlayer
of specified player is loaded.- Parameters:
player
- thePlayer
to check- Returns:
true
if loaded,false
otherwise
-
isScheduledLoading
Checks if loading of data for the specified player is scheduled.- Parameters:
player
- thePlayer
to check- Returns:
true
indicates that it will be loaded a little later,false
indicates that it has already been loaded or failed.
-
get
Gets theBoxPlayer
.- Parameters:
player
- thePlayer
- Returns:
- the
BoxPlayer
- Throws:
IllegalStateException
- if the player is not online or not loaded
-