public interface IBoundingBox
IBoundingBox defines an implementers that have bounding box.RaytraceBlock.trace().| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.AxisAlignedBB[] |
getBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
BoundingBoxType type)
Gets the
AxisAlignedBB for this IBoundingBox. |
net.minecraft.util.AxisAlignedBB[] getBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
BoundingBoxType type)
AxisAlignedBB for this IBoundingBox.world - the worldx - the xy - the yz - the ztype - the type