Package | Description |
---|---|
buildcraft.core.marker |
Modifier and Type | Method and Description |
---|---|
protected VolumeSubCache |
VolumeCache.createSubCache(net.minecraft.world.World world) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VolumeConnection.canCreateConnection(VolumeSubCache subCache,
net.minecraft.util.math.BlockPos from,
net.minecraft.util.math.BlockPos to) |
void |
VolumeSavedData.loadInto(VolumeSubCache subCache) |
static boolean |
VolumeConnection.tryCreateConnection(VolumeSubCache subCache,
net.minecraft.util.math.BlockPos from,
net.minecraft.util.math.BlockPos to) |
Constructor and Description |
---|
VolumeConnection(VolumeSubCache subCache) |
VolumeConnection(VolumeSubCache subCache,
java.util.Collection<net.minecraft.util.math.BlockPos> positions) |