Class SpongePlayerData
java.lang.Object
com.djrapitops.plan.gathering.domain.SpongePlayerData
- All Implemented Interfaces:
PlatformPlayerData
-
Constructor Summary
ConstructorsConstructorDescriptionSpongePlayerData(org.spongepowered.api.entity.living.player.server.ServerPlayer player) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.djrapitops.plan.gathering.domain.PlatformPlayerData
isOperator
-
Constructor Details
-
SpongePlayerData
public SpongePlayerData(org.spongepowered.api.entity.living.player.server.ServerPlayer player)
-
-
Method Details
-
getUUID
- Specified by:
getUUIDin interfacePlatformPlayerData
-
getName
- Specified by:
getNamein interfacePlatformPlayerData
-
getDisplayName
- Specified by:
getDisplayNamein interfacePlatformPlayerData
-
isBanned
- Specified by:
isBannedin interfacePlatformPlayerData
-
getJoinAddress
- Specified by:
getJoinAddressin interfacePlatformPlayerData
-
getCurrentWorld
- Specified by:
getCurrentWorldin interfacePlatformPlayerData
-
getCurrentGameMode
- Specified by:
getCurrentGameModein interfacePlatformPlayerData
-
getRegisterDate
- Specified by:
getRegisterDatein interfacePlatformPlayerData
-
getIPAddress
- Specified by:
getIPAddressin interfacePlatformPlayerData
-