Uses of Class
net.minecraft.util.math.Box
Packages that use Box
Package
Description
-
Uses of Box in net.minecraft.block
Methods in net.minecraft.block that return BoxModifier and TypeMethodDescriptionBlock.getBoundingBox(World world, int x, int y, int z) CactusBlock.getBoundingBox(World world, int x, int y, int z) CakeBlock.getBoundingBox(World world, int x, int y, int z) DoorBlock.getBoundingBox(World world, int x, int y, int z) LadderBlock.getBoundingBox(World world, int x, int y, int z) SignBlock.getBoundingBox(World world, int x, int y, int z) StairsBlock.getBoundingBox(World world, int x, int y, int z) TrapdoorBlock.getBoundingBox(World world, int x, int y, int z) Block.getCollisionShape(World world, int x, int y, int z) ButtonBlock.getCollisionShape(World world, int x, int y, int z) CactusBlock.getCollisionShape(World world, int x, int y, int z) CakeBlock.getCollisionShape(World world, int x, int y, int z) CobwebBlock.getCollisionShape(World world, int x, int y, int z) DoorBlock.getCollisionShape(World world, int x, int y, int z) FarmlandBlock.getCollisionShape(World world, int x, int y, int z) FenceBlock.getCollisionShape(World world, int x, int y, int z) FireBlock.getCollisionShape(World world, int x, int y, int z) LadderBlock.getCollisionShape(World world, int x, int y, int z) LeverBlock.getCollisionShape(World world, int x, int y, int z) LiquidBlock.getCollisionShape(World world, int x, int y, int z) NetherPortalBlock.getCollisionShape(World world, int x, int y, int z) PistonExtensionBlock.getCollisionShape(World world, int x, int y, int z) PlantBlock.getCollisionShape(World world, int x, int y, int z) PressurePlateBlock.getCollisionShape(World world, int x, int y, int z) RailBlock.getCollisionShape(World world, int x, int y, int z) RedstoneWireBlock.getCollisionShape(World world, int x, int y, int z) SignBlock.getCollisionShape(World world, int x, int y, int z) SnowyBlock.getCollisionShape(World world, int x, int y, int z) SoulSandBlock.getCollisionShape(World world, int x, int y, int z) StairsBlock.getCollisionShape(World world, int x, int y, int z) SugarCaneBlock.getCollisionShape(World world, int x, int y, int z) TorchBlock.getCollisionShape(World world, int x, int y, int z) TrapdoorBlock.getCollisionShape(World world, int x, int y, int z) PistonExtensionBlock.getPushedBlockCollisionShape(World world, int x, int y, int z, int blockId, float sizeMultiplier, int facing) Methods in net.minecraft.block with parameters of type BoxModifier and TypeMethodDescriptionvoidBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidPistonBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidPistonHeadBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidStairsBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) -
Uses of Box in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type Box -
Uses of Box in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as Box -
Uses of Box in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BoxModifier and TypeMethodDescriptionstatic voidEntityRenderer.renderShape(Box box, double x, double y, double z) static voidEntityRenderer.renderShapeFlat(Box box) -
Uses of Box in net.minecraft.entity
Fields in net.minecraft.entity declared as BoxMethods in net.minecraft.entity that return BoxModifier and TypeMethodDescriptionEntity.getBoundingBox()Entity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats. -
Uses of Box in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return BoxModifier and TypeMethodDescriptionBoatEntity.getBoundingBox()MinecartEntity.getBoundingBox()BoatEntity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats.MinecartEntity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats. -
Uses of Box in net.minecraft.util.math
Methods in net.minecraft.util.math that return BoxModifier and TypeMethodDescriptionBox.contract(double x, double y, double z) Box.copy()static BoxBox.create(double x1, double y1, double z1, double x2, double y2, double z2) static BoxBox.createCached(double x1, double y1, double z1, double x2, double y2, double z2) Box.expand(double x, double y, double z) Box.offset(double x, double y, double z) Box.set(double x1, double y1, double z1, double x2, double y2, double z2) Box.stretch(double x, double y, double z) Box.translate(double x, double y, double z) Methods in net.minecraft.util.math with parameters of type BoxModifier and TypeMethodDescriptionvoiddoubleBox.getXOffset(Box box, double x) doubleBox.getYOffset(Box box, double y) doubleBox.getZOffset(Box box, double z) booleanBox.intersects(Box box) -
Uses of Box in net.minecraft.world
Methods in net.minecraft.world with parameters of type BoxModifier and TypeMethodDescriptionbooleanWorld.canSpawnEntity(Box box) World.collectEntitiesByClass(Class entityClass, Box box) World.getEntities(Entity entity, Box box) World.getEntityCollisions(Entity entity, Box box) floatWorld.getVisibilityRatio(Vec3d vec, Box box) booleanWorld.isAnyBlockInBox(Box box) booleanWorld.isBoxSubmergedInFluid(Box box) booleanWorld.isFireOrLavaInBox(Box box) booleanWorld.isFluidInBox(Box boundingBox, Material fluid) Assumes the material is a fluid, and adjusts offsets accordingly to metadata.booleanWorld.isMaterialInBox(Box boundingBox, Material material) booleanWorld.updateMovementInFluid(Box entityBoundingBox, Material fluidMaterial, Entity entity) Also could be for materials, but updated in later versions to be exclusive to fluids -
Uses of Box in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type BoxModifier and TypeMethodDescriptionvoidChunk.collectEntitiesByClass(Class entityClass, Box box, List result) voidEmptyChunk.collectEntitiesByClass(Class entityClass, Box box, List result) voidChunk.collectOtherEntities(Entity except, Box box, List result) voidEmptyChunk.collectOtherEntities(Entity except, Box box, List result)