Uses of Class
net.minecraft.util.math.Box
Packages that use Box
Package
Description
-
Uses of Box in net.minecraft
Methods in net.minecraft with parameters of type BoxModifier and TypeMethodDescriptionbooleanclass_573.method_2007(Box box) booleanclass_68.method_2007(Box box) voidclass_255.method_866(Class class2, Box box, List list) voidclass_43.method_866(Class class2, Box box, List list) voidclass_255.method_870(Entity entity, Box box, List list) voidclass_43.method_870(Entity entity, Box box, List list) -
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) ButtonBlock.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) CobwebBlock.getBoundingBox(World world, int x, int y, int z) DoorBlock.getBoundingBox(World world, int x, int y, int z) FarmlandBlock.getBoundingBox(World world, int x, int y, int z) FenceBlock.getBoundingBox(World world, int x, int y, int z) FireBlock.getBoundingBox(World world, int x, int y, int z) LadderBlock.getBoundingBox(World world, int x, int y, int z) LeverBlock.getBoundingBox(World world, int x, int y, int z) LiquidBlock.getBoundingBox(World world, int x, int y, int z) NetherPortalBlock.getBoundingBox(World world, int x, int y, int z) PlantBlock.getBoundingBox(World world, int x, int y, int z) PressurePlateBlock.getBoundingBox(World world, int x, int y, int z) RailBlock.getBoundingBox(World world, int x, int y, int z) RedstoneWireBlock.getBoundingBox(World world, int x, int y, int z) SignBlock.getBoundingBox(World world, int x, int y, int z) SnowyBlock.getBoundingBox(World world, int x, int y, int z) SoulSandBlock.getBoundingBox(World world, int x, int y, int z) StairsBlock.getBoundingBox(World world, int x, int y, int z) SugarCaneBlock.getBoundingBox(World world, int x, int y, int z) TorchBlock.getBoundingBox(World world, int x, int y, int z) TrapdoorBlock.getBoundingBox(World world, int x, int y, int z) Block.method_1622(World world, int x, int y, int z) CactusBlock.method_1622(World world, int x, int y, int z) CakeBlock.method_1622(World world, int x, int y, int z) DoorBlock.method_1622(World world, int x, int y, int z) LadderBlock.method_1622(World world, int x, int y, int z) SignBlock.method_1622(World world, int x, int y, int z) StairsBlock.method_1622(World world, int x, int y, int z) TrapdoorBlock.method_1622(World world, int x, int y, int z) Methods in net.minecraft.block with parameters of type BoxModifier and TypeMethodDescriptionvoidBlock.method_1562(World world, int x, int y, int z, Box box, ArrayList arrayList) voidPistonBlock.method_1562(World world, int x, int y, int z, Box box, ArrayList arrayList) voidPistonHeadBlock.method_1562(World world, int x, int y, int z, Box box, ArrayList arrayList) voidStairsBlock.method_1562(World world, int x, int y, int z, Box box, ArrayList arrayList) -
Uses of Box in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return BoxModifier and TypeMethodDescriptionPistonExtensionBlock.getBoundingBox(World world, int x, int y, int z) PistonExtensionBlock.method_1534(World world, int int2, int int3, int int4, int int5, float float2, int int6) -
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.method_2024(Box box) static voidEntityRenderer.method_2025(Box box, double double2, double double3, double double4) -
Uses of Box in net.minecraft.entity
Fields in net.minecraft.entity declared as BoxMethods in net.minecraft.entity that return Box -
Uses of Box in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return BoxModifier and TypeMethodDescriptionBoatEntity.method_1379(Entity entity) MinecartEntity.method_1379(Entity entity) BoatEntity.method_1381()MinecartEntity.method_1381() -
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.getEntities(Entity entity, Box box) floatWorld.method_163(Vec3d vec3d, Box box) booleanWorld.method_169(Box box, Material material) booleanWorld.method_170(Box box, Material material, Entity entity) World.method_175(Class class2, Box box) World.method_190(Entity entity, Box box) booleanWorld.method_206(Box box) booleanWorld.method_207(Box box, Material material) booleanWorld.method_218(Box box) booleanWorld.method_225(Box box)