Uses of Enum Class
com.andrei1058.bedwars.api.arena.team.TeamColor
Packages that use TeamColor
Package
Description
-
Uses of TeamColor in com.andrei1058.bedwars.api.arena.team
Methods in com.andrei1058.bedwars.api.arena.team that return TeamColorModifier 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.Methods in com.andrei1058.bedwars.api.arena.team with parameters of type TeamColorModifier 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
Methods in com.andrei1058.bedwars.api.events.gameplay that return TeamColorConstructors in com.andrei1058.bedwars.api.events.gameplay with parameters of type TeamColorModifierConstructorDescriptionEggBridgeBuildEvent
(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
Methods in com.andrei1058.bedwars.api.server with parameters of type TeamColorModifier 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