Class ExpandHeatCondition
java.lang.Object
com.blamejared.createtweaker.natives.ExpandHeatCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetColor(com.simibubi.create.content.processing.recipe.HeatCondition internal) Gets the color of this heat condition.static StringgetCommandString(com.simibubi.create.content.processing.recipe.HeatCondition internal) static StringgetTranslationKey(com.simibubi.create.content.processing.recipe.HeatCondition internal) Gets the translation key of this heat condition.
-
Constructor Details
-
ExpandHeatCondition
public ExpandHeatCondition()
-
-
Method Details
-
getTranslationKey
public static String getTranslationKey(com.simibubi.create.content.processing.recipe.HeatCondition internal) Gets the translation key of this heat condition.- Returns:
- The translation key of this heat condition.
-
getColor
public static int getColor(com.simibubi.create.content.processing.recipe.HeatCondition internal) Gets the color of this heat condition.- Returns:
- The color of this heat condition.
-
getCommandString
public static String getCommandString(com.simibubi.create.content.processing.recipe.HeatCondition internal)
-