Interface ColorChanger
public interface ColorChanger
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
applyColor
(TeamColor color, org.bukkit.inventory.ItemStack stack) Apply color of team to ItemStack
-
Method Details
-
applyColor
Apply color of team to ItemStack- Parameters:
color
- Color of teamstack
- ItemStack that should be colored- Returns:
- colored ItemStack or normal ItemStack if ItemStack can't be colored
-