Package | Description |
---|---|
buildcraft.core | |
buildcraft.core.marker.volume |
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeBox> |
BCCoreProxy.getVolumeBoxes(net.minecraft.world.World world) |
java.util.List<VolumeBox> |
BCCoreProxy.ClientProxy.getVolumeBoxes(net.minecraft.world.World world) |
Modifier and Type | Field and Description |
---|---|
VolumeBox |
Addon.volumeBox |
Modifier and Type | Field and Description |
---|---|
java.util.List<VolumeBox> |
ClientVolumeBoxes.volumeBoxes |
java.util.List<VolumeBox> |
WorldSavedDataVolumeBoxes.volumeBoxes |
Modifier and Type | Method and Description |
---|---|
VolumeBox |
WorldSavedDataVolumeBoxes.getCurrentEditing(net.minecraft.entity.player.EntityPlayer player) |
VolumeBox |
WorldSavedDataVolumeBoxes.getVolumeBoxAt(net.minecraft.util.math.BlockPos pos) |
VolumeBox |
WorldSavedDataVolumeBoxes.getVolumeBoxFromId(java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.lang3.tuple.Pair<VolumeBox,EnumAddonSlot> |
EnumAddonSlot.getSelectingVolumeBoxAndSlot(net.minecraft.entity.player.EntityPlayer player,
java.util.List<VolumeBox> volumeBoxes) |
Modifier and Type | Method and Description |
---|---|
boolean |
Addon.canBePlaceInto(VolumeBox volumeBox) |
net.minecraft.util.math.AxisAlignedBB |
EnumAddonSlot.getBoundingBox(VolumeBox volumeBox) |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.lang3.tuple.Pair<VolumeBox,EnumAddonSlot> |
EnumAddonSlot.getSelectingVolumeBoxAndSlot(net.minecraft.entity.player.EntityPlayer player,
java.util.List<VolumeBox> volumeBoxes) |
Constructor and Description |
---|
MessageVolumeBoxes(java.util.List<VolumeBox> volumeBoxes) |