Interface DyeableItem

All Known Implementing Classes:
DyeableArmorItem, DyeableHorseArmorItem

public interface DyeableItem
  • Method Details

    • hasColor

      default boolean hasColor​(ItemStack stack)
    • getColor

      default int getColor​(ItemStack stack)
    • removeColor

      default void removeColor​(ItemStack stack)
    • setColor

      default void setColor​(ItemStack stack, int color)
    • blendAndSetColor

      static ItemStack blendAndSetColor​(ItemStack stack, List<DyeItem> colors)