Package | Description |
---|---|
buildcraft.lib.expression.node.value |
Modifier and Type | Method and Description |
---|---|
static NodeConstantBoolean |
NodeConstantBoolean.get(boolean value)
Deprecated.
Use
of(boolean) instead |
NodeConstantBoolean |
NodeConstantBoolean.invert() |
static NodeConstantBoolean |
NodeConstantBoolean.of(boolean value) |
static NodeConstantBoolean |
NodeConstantBoolean.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeConstantBoolean[] |
NodeConstantBoolean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|