public interface IChunkCollidable extends IChunkBlock
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.AxisAlignedBB[] |
getBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
BoundingBoxType type) |
net.minecraft.util.AxisAlignedBB[] |
getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
int side,
net.minecraft.entity.player.EntityPlayer entity,
net.minecraft.item.ItemStack itemStack) |
blockRangenet.minecraft.util.AxisAlignedBB[] getBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
BoundingBoxType type)
net.minecraft.util.AxisAlignedBB[] getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z,
int side,
net.minecraft.entity.player.EntityPlayer entity,
net.minecraft.item.ItemStack itemStack)