Package net.minecraft.item
Interface IDyeableArmorItem
-
- All Known Implementing Classes:
DyeableArmorItem
,DyeableHorseArmorItem
public interface IDyeableArmorItem
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default void
clearColor(ItemStack p_200884_1_)
static ItemStack
dyeArmor(ItemStack p_219975_0_, java.util.List<DyeItem> p_219975_1_)
default int
getColor(ItemStack p_200886_1_)
default boolean
hasCustomColor(ItemStack p_200883_1_)
default void
setColor(ItemStack p_200885_1_, int p_200885_2_)
-