All Methods Static Methods Instance Methods Default Methods
Modifier and Type |
Method and Description |
default <T extends net.minecraft.item.Item & IDyeableItem> void |
addColoredItem(T item) |
static net.minecraft.item.ItemStack |
colorStack(net.minecraft.item.ItemStack stack,
java.util.List<net.minecraft.item.DyeColor> dyeList) |
static net.minecraft.item.ItemStack |
colorStackDyeItem(net.minecraft.item.ItemStack stack,
java.util.List<net.minecraft.item.DyeItem> dyeItemList) |
default int |
getColor(net.minecraft.item.ItemStack stack) |
default int |
getDefaultColor() |
default boolean |
hasColor(net.minecraft.item.ItemStack stack) |
default void |
removeColor(net.minecraft.item.ItemStack stack) |
default void |
setColor(net.minecraft.item.ItemStack stack,
int color) |