public interface IDyeableArmorItem
Modifier and Type | Method and Description |
---|---|
static ItemStack |
dyeItem(ItemStack stack,
java.util.List<DyeItem> dyes) |
default int |
getColor(ItemStack stack) |
default boolean |
hasColor(ItemStack stack) |
default void |
removeColor(ItemStack stack) |
default void |
setColor(ItemStack stack,
int color) |