Package | Description |
---|---|
buildcraft.energy.generation |
Modifier and Type | Field and Description |
---|---|
OilGenStructure.ReplaceType |
OilGenStructure.replaceType |
Modifier and Type | Method and Description |
---|---|
static OilGenStructure.ReplaceType |
OilGenStructure.ReplaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OilGenStructure.ReplaceType[] |
OilGenStructure.ReplaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OilGenStructure.FlatPattern |
OilGenStructure.FlatPattern.create(net.minecraft.util.math.BlockPos start,
OilGenStructure.ReplaceType replaceType,
boolean[][] pattern,
int depth) |
static OilGenStructure.PatternTerrainHeight |
OilGenStructure.PatternTerrainHeight.create(net.minecraft.util.math.BlockPos start,
OilGenStructure.ReplaceType replaceType,
boolean[][] pattern,
int depth) |
Constructor and Description |
---|
GenByPredicate(Box containingBox,
OilGenStructure.ReplaceType replaceType,
java.util.function.Predicate<net.minecraft.util.math.BlockPos> predicate) |
OilGenStructure(Box containingBox,
OilGenStructure.ReplaceType replaceType) |
Spout(net.minecraft.util.math.BlockPos start,
OilGenStructure.ReplaceType replaceType,
int radius,
int height) |