HeatCondition
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import mods.create.HeatCondition;
Implements
Undocumented Interfaces
Comparable<Enum>
Enum Constants
HeatCondition is an enum with 3 constants. They are accessible like so:
// HeatCondition.HEATED<constant:create:heat_condition:heated>// HeatCondition.NONE<constant:create:heat_condition:none>// HeatCondition.SUPERHEATED<constant:create:heat_condition:superheated>
Members
Getter
Gets the color of this heat condition.script.zs
// HeatCondition.color as int<constant:create:heat_condition:heated>.color
Return Type:
int
color() as int
Gets the color of this heat condition.script.zs
Returns: The color of this heat condition.
// HeatCondition.color() as int;<constant:create:heat_condition:heated>.color();
Return Type:
int
Getter
// HeatCondition.commandString as string<constant:create:heat_condition:heated>.commandString
Return Type:
string
commandString() as string
// HeatCondition.commandString() as string;<constant:create:heat_condition:heated>.commandString();
Return Type:
string
Getter
Gets the translation key of this heat condition.script.zs
// HeatCondition.translationKey as string<constant:create:heat_condition:heated>.translationKey
Return Type:
string
translationKey() as string
Gets the translation key of this heat condition.script.zs
Returns: The translation key of this heat condition.
// HeatCondition.translationKey() as string;<constant:create:heat_condition:heated>.translationKey();
Return Type:
string