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