public interface DyeableItem
Modifier and Type | Method and Description |
---|---|
static ItemStack |
blendAndSetColor(ItemStack stack,
List<DyeItem> colors) |
default int |
getColor(ItemStack stack) |
default boolean |
hasColor(ItemStack stack) |
default void |
removeColor(ItemStack stack) |
default void |
setColor(ItemStack stack,
int color) |