Package kr.toxicity.model.api.platform
Interface PlatformPlayer
- All Superinterfaces:
PlatformEntity,PlatformLivingEntity,PlatformOfflinePlayer,PlatformRegionHolder
Represents a player in the underlying platform.
This interface combines the properties of a living entity and an offline player, providing access to player-specific data like name and online status.
- Since:
- 2.0.0
-
Method Summary
Methods inherited from interface kr.toxicity.model.api.platform.PlatformEntity
location, registry, task, taskLater, tracker, uuidMethods inherited from interface kr.toxicity.model.api.platform.PlatformLivingEntity
eyeLocationMethods inherited from interface kr.toxicity.model.api.platform.PlatformOfflinePlayer
uuid
-
Method Details
-
name
Returns the name of the player.- Specified by:
namein interfacePlatformOfflinePlayer- Returns:
- the player name
- Since:
- 2.0.0
-