Package | Description |
---|---|
buildcraft.core | |
buildcraft.core.statements |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TriggerFluidContainer.State,SpriteHolderRegistry.SpriteHolder> |
BCCoreSprites.TRIGGER_FLUID |
Modifier and Type | Field and Description |
---|---|
TriggerFluidContainer.State |
TriggerFluidContainer.state |
static TriggerFluidContainer.State[] |
TriggerFluidContainer.State.VALUES |
Modifier and Type | Method and Description |
---|---|
static TriggerFluidContainer.State |
TriggerFluidContainer.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerFluidContainer.State[] |
TriggerFluidContainer.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TriggerFluidContainer(TriggerFluidContainer.State state) |