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 voidclearColor(ItemStack p_200884_1_)static ItemStackdyeArmor(ItemStack p_219975_0_, java.util.List<DyeItem> p_219975_1_)default intgetColor(ItemStack p_200886_1_)default booleanhasCustomColor(ItemStack p_200883_1_)default voidsetColor(ItemStack p_200885_1_, int p_200885_2_)
-