Interface IDyeableArmorItem

All Known Implementing Classes:
DyeableArmorItem, DyeableHorseArmorItem

public interface IDyeableArmorItem
  • Method Details

    • hasCustomColor

      default boolean hasCustomColor(ItemStack p_200883_1_)
    • getColor

      default int getColor(ItemStack p_200886_1_)
    • clearColor

      default void clearColor(ItemStack p_200884_1_)
    • setColor

      default void setColor(ItemStack p_200885_1_, int p_200885_2_)
    • dyeArmor

      static ItemStack dyeArmor(ItemStack p_219975_0_, List<DyeItem> p_219975_1_)