Uses of Class
com.welcome234.pluginsystem.Player
Packages that use Player
Package
Description
This is the main package of the API, containing general classes
Contains classes for Entities, including animals, bosses, etc
Contains classes for all event types
-
Uses of Player in com.welcome234.pluginsystem
Methods in com.welcome234.pluginsystem that return PlayerMethods in com.welcome234.pluginsystem that return types with arguments of type PlayerModifier and TypeMethodDescriptionServer.getAdminPlayers()Gets all players who are currently admin on the serverPlayers.getAllPlayers()Gets all players that have ever joined the serverServer.getBannedPlayers()Gets all players who are currently banned on the serverPlayers.getOnlinePlayers()Gets all players that are currently onlineServer.getWhitelistedPlayers()Gets all players who are currently whitelisted on the server -
Uses of Player in com.welcome234.pluginsystem.entity
Methods in com.welcome234.pluginsystem.entity that return Player -
Uses of Player in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return PlayerModifier and TypeMethodDescriptionEntityDamageEvent.getAttackerPlayer()Gets the player who attacked this entity, or null if the damage was not caused by a playerPlayerDamageEvent.getAttackerPlayer()Gets the player who attacked this player, or null if the damage was not caused by a playerEntityDeathEvent.getKillerPlayer()Gets the player who killed this entity, or null if the death was not caused by a playerPlayerDeathEvent.getKillerPlayer()Gets the player who killed this player, or null if the death was not caused by a playerBlockBreakEvent.getPlayer()Gets the player who destroyed the blockBlockInteractEvent.getPlayer()Gets the player who interacted with the blockBlockPlaceEvent.getPlayer()Gets the player who placed the blockCorruptionActivateEvent.getPlayer()Gets the player who activated the coreDimensionChangeEvent.getPlayer()Gets the player who changed dimensionDynamiteExplodeEvent.getPlayer()Gets the player who exploded the DynamiteJoinEvent.getPlayer()Gets the player who has joined the serverLeaveEvent.getPlayer()Gets the player who has left the serverLoginEvent.getPlayer()Gets the player who has authenticatedPlayerDamageEvent.getPlayer()Gets the player who taken the damagePlayerDeathEvent.getPlayer()Gets the player that has diedPlayerHealEvent.getPlayer()Gets the player who has healedPlayerMoveEvent.getPlayer()Gets the player who has movedPlayerTeleportEvent.getPlayer()Gets the player who has teleportedPortalEntryEvent.getPlayer()Gets the player who has entered this portalSignEditEvent.getPlayer()Gets the player who edited this signStrengthChangeEvent.getPlayer()Gets the player who changed strengthChatEvent.getSender()Gets the player who sent this chat message