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