Interface ColorChanger


public interface ColorChanger
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.ItemStack
    applyColor(TeamColor color, org.bukkit.inventory.ItemStack stack)
    Apply color of team to ItemStack
  • Method Details

    • applyColor

      org.bukkit.inventory.ItemStack applyColor(TeamColor color, org.bukkit.inventory.ItemStack stack)
      Apply color of team to ItemStack
      Parameters:
      color - Color of team
      stack - ItemStack that should be colored
      Returns:
      colored ItemStack or normal ItemStack if ItemStack can't be colored