Package | Description |
---|---|
buildcraft.builders.snapshot | |
buildcraft.builders.tile | |
buildcraft.core.marker | |
buildcraft.core.marker.volume | |
buildcraft.energy.generation | |
buildcraft.lib.client.render.laser | |
buildcraft.lib.misc.data |
Provides a set of classes (data types or enums) that are useful in miscellaneous contexts.
|
Modifier and Type | Field and Description |
---|---|
Box |
Snapshot.BuildingInfo.box |
Modifier and Type | Field and Description |
---|---|
Box |
TileFiller.box |
Box |
TileArchitectTable.box |
Box |
TileQuarry.frameBox |
Modifier and Type | Method and Description |
---|---|
Box |
TileBuilder.getBox() |
Modifier and Type | Method and Description |
---|---|
Box |
VolumeConnection.getBox() |
Modifier and Type | Field and Description |
---|---|
Box |
VolumeBox.box |
Modifier and Type | Field and Description |
---|---|
Box |
OilGenStructure.box |
Modifier and Type | Method and Description |
---|---|
void |
OilGenStructure.generate(net.minecraft.world.World world,
Box within) |
protected abstract void |
OilGenStructure.generateWithin(net.minecraft.world.World world,
Box intersect)
Generates this structure in the world, but only between the given coordinates.
|
protected void |
OilGenStructure.GenByPredicate.generateWithin(net.minecraft.world.World world,
Box intersect) |
protected void |
OilGenStructure.FlatPattern.generateWithin(net.minecraft.world.World world,
Box intersect) |
protected void |
OilGenStructure.PatternTerrainHeight.generateWithin(net.minecraft.world.World world,
Box intersect) |
protected void |
OilGenStructure.Spout.generateWithin(net.minecraft.world.World world,
Box intersect) |
protected void |
OilGenStructure.Spring.generateWithin(net.minecraft.world.World world,
Box intersect) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
LaserBoxRenderer.renderLaserBoxDynamic(Box box,
LaserData_BC8.LaserType type,
net.minecraft.client.renderer.BufferBuilder bb,
boolean center) |
static void |
LaserBoxRenderer.renderLaserBoxStatic(Box box,
LaserData_BC8.LaserType type,
boolean center) |
Modifier and Type | Method and Description |
---|---|
Box |
Box.expand(int amount) |
Box |
Box.extendToEncompass(net.minecraft.util.math.BlockPos toBeContained) |
Box |
Box.extendToEncompass(IBox toBeContained) |
Box |
Box.extendToEncompass(net.minecraft.util.math.Vec3d toBeContained) |
Box |
Box.getIntersect(Box box) |
Modifier and Type | Method and Description |
---|---|
boolean |
Box.doesIntersectWith(Box box) |
Box |
Box.getIntersect(Box box) |