public interface IChunkCollidable extends IChunkBlock, IBoundingBox
| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.util.AxisAlignedBB[] |
getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
net.minecraft.util.BlockPos pos,
net.minecraft.util.EnumFacing side,
net.minecraft.entity.player.EntityPlayer entity,
net.minecraft.item.ItemStack itemStack)
Gets the bounding box used to determine if the block has enough room to be placed at the position.
|
blockRangeaddCollisionBoxesToList, collisionRayTrace, getBoundingBox, getBoundingBoxes, getCollisionBoundingBoxes, getRayTraceBoundingBox, getRenderBoundingBox, getSelectedBoundingBoxdefault net.minecraft.util.AxisAlignedBB[] getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
net.minecraft.util.BlockPos pos,
net.minecraft.util.EnumFacing side,
net.minecraft.entity.player.EntityPlayer entity,
net.minecraft.item.ItemStack itemStack)
world - the worldpos - the posside - the sideentity - the entityitemStack - the item stack