Package | Description |
---|---|
buildcraft.factory.block |
Modifier and Type | Field and Description |
---|---|
static BlockWaterGel.GelStage[] |
BlockWaterGel.GelStage.VALUES |
Modifier and Type | Field and Description |
---|---|
static net.minecraft.block.properties.PropertyEnum<BlockWaterGel.GelStage> |
BlockWaterGel.PROP_STAGE |
Modifier and Type | Method and Description |
---|---|
static BlockWaterGel.GelStage |
BlockWaterGel.GelStage.fromMeta(int meta) |
BlockWaterGel.GelStage |
BlockWaterGel.GelStage.next() |
static BlockWaterGel.GelStage |
BlockWaterGel.GelStage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockWaterGel.GelStage[] |
BlockWaterGel.GelStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|