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 PlatformLivingEntity
eyeLocationMethods inherited from interface PlatformOfflinePlayer
uuid
-
Method Details
-
name
Returns the name of the player.- Specified by:
namein interfacePlatformOfflinePlayer- Returns:
- the player name
- Since:
- 2.0.0
-