Class ExpandDyeColor
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandDyeColor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetFireworkColor(net.minecraft.world.item.DyeColor internal) Gets the firework color of the DyeColor.static intgetTextColor(net.minecraft.world.item.DyeColor internal) Gets the text color of the DyeColor.
-
Constructor Details
-
ExpandDyeColor
public ExpandDyeColor()
-
-
Method Details
-
getTextColor
public static int getTextColor(net.minecraft.world.item.DyeColor internal) Gets the text color of the DyeColor.- Returns:
- The text color of the DyeColor.
-
getFireworkColor
public static int getFireworkColor(net.minecraft.world.item.DyeColor internal) Gets the firework color of the DyeColor.- Returns:
- The firework color of the DyeColor.
-