public interface IChunkCollidable extends IChunkBlock, IBoundingBox
| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.util.math.AxisAlignedBB[] |
getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.EnumHand hand,
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.
|
blockRange, isInRangeaddCollisionBoxToList, collisionRayTrace, getBoundingBox, getBoundingBoxes, getCollisionBoundingBoxes, getRayTraceBoundingBox, getRenderBoundingBox, getRenderingBounds, getSelectedBoundingBoxdefault net.minecraft.util.math.AxisAlignedBB[] getPlacedBoundingBox(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.EnumHand hand,
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