Uses of Enum Class
com.andrei1058.bedwars.api.arena.team.TeamColor
Package
Description
-
Uses of TeamColor in com.andrei1058.bedwars.api.arena.team
Modifier and TypeMethodDescriptionITeam.getColor()
Get team color.static TeamColor
Returns the enum constant of this class with the specified name.static TeamColor[]
TeamColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic org.bukkit.Material
TeamColor.getBedBlock
(@NotNull TeamColor teamColor) Deprecated.static org.bukkit.ChatColor
TeamColor.getChatColor
(TeamColor teamColor) Deprecated.static org.bukkit.Color
Deprecated.static org.bukkit.Material
Deprecated.static org.bukkit.Material
TeamColor.getGlassPane
(@NotNull TeamColor teamColor) Deprecated.static org.bukkit.Material
TeamColor.getGlazedTerracotta
(@NotNull TeamColor teamColor) Deprecated.static org.bukkit.Material
Deprecated.static byte
Deprecated. -
Uses of TeamColor in com.andrei1058.bedwars.api.events.gameplay
ModifierConstructorDescriptionEggBridgeBuildEvent
(TeamColor teamColor, IArena arena, org.bukkit.block.Block block) Called when the eggBridge is building another block -
Uses of TeamColor in com.andrei1058.bedwars.api.server
Modifier and TypeMethodDescriptionabstract void
VersionSupport.placeTowerBlocks
(org.bukkit.block.Block b, IArena a, TeamColor color, int x, int y, int z) abstract void
VersionSupport.setBlockTeamColor
(org.bukkit.block.Block block, TeamColor teamColor) Set block data For 1.13 support