Uses of Class
org.collebol.shared.objects.entity.Player
Packages that use Player
-
Uses of Player in org.collebol.client.utils
Constructors in org.collebol.client.utils with parameters of type Player -
Uses of Player in org.collebol.game
Methods in org.collebol.game that return PlayerModifier and TypeMethodDescriptionRetrieves a player from the game register based on their UUID.GameRegister.removePlayer(UUID uuid) Removes a player from the game register based on their UUID.Methods in org.collebol.game with parameters of type PlayerModifier and TypeMethodDescriptionvoidGameRegister.registerPlayer(Player player) Registers a player to the game register.