Uses of Enum Class
com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
Packages that use AnchoredPlayerUUIDSetComponent.AnchorResult
Package
Description
This package will contain most, if not all of the classes that you will
require while hooking a plugin in with better teams.
-
Uses of AnchoredPlayerUUIDSetComponent.AnchorResult in com.booksaw.betterTeams
Methods in com.booksaw.betterTeams that return AnchoredPlayerUUIDSetComponent.AnchorResultModifier and TypeMethodDescriptionTeam.anchorPlayer
(TeamPlayer p) Used for anchoring this player.Team.setPlayerAnchor
(TeamPlayer p, boolean anchor) Team.setPlayerAnchor
(org.bukkit.OfflinePlayer p, boolean anchor) Team.unanchorPlayer
(TeamPlayer p) Used for unanchoring this player. -
Uses of AnchoredPlayerUUIDSetComponent.AnchorResult in com.booksaw.betterTeams.team
Methods in com.booksaw.betterTeams.team that return AnchoredPlayerUUIDSetComponent.AnchorResultModifier and TypeMethodDescriptionAnchoredPlayerUUIDSetComponent.add
(Team team, TeamPlayer player) Recommended to use this add over the void add, as it does the corresponding checksAnchoredPlayerUUIDSetComponent.remove
(Team team, TeamPlayer player) Recommended to use this remove over the void remove, as it does the corresponding checksReturns the enum constant of this class with the specified name.AnchoredPlayerUUIDSetComponent.AnchorResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.