Uses of Class
net.minecraft.util.math.Box
Packages that use Box
Package
Description
-
Uses of Box in net.minecraft
Methods in net.minecraft that return BoxModifier and TypeMethodDescriptionclass_5092.method_22403(double double2, double double3, double double4, double double5, double double6, double double7) -
Uses of Box in net.minecraft.block
Methods in net.minecraft.block that return BoxModifier and TypeMethodDescriptionAbstractSignBlock.method_427(World world, int int2, int int3, int int4) Block.method_427(World world, int int2, int int3, int int4) CactusBlock.method_427(World world, int int2, int int3, int int4) CakeBlock.method_427(World world, int int2, int int3, int int4) CocoaBlock.method_427(World world, int int2, int int3, int int4) DoorBlock.method_427(World world, int int2, int int3, int int4) LadderBlock.method_427(World world, int int2, int int3, int int4) StairsBlock.method_427(World world, int int2, int int3, int int4) TrapdoorBlock.method_427(World world, int int2, int int3, int int4) AbstractButtonBlock.method_454(World world, int int2, int int3, int int4) AbstractFluidBlock.method_454(World world, int int2, int int3, int int4) AbstractPressurePlateBlock.method_454(World world, int int2, int int3, int int4) AbstractRailBlock.method_454(World world, int int2, int int3, int int4) AbstractSignBlock.method_454(World world, int int2, int int3, int int4) AirBlock.method_454(World world, int int2, int int3, int int4) Block.method_454(World world, int int2, int int3, int int4) CactusBlock.method_454(World world, int int2, int int3, int int4) CakeBlock.method_454(World world, int int2, int int3, int int4) CarpetBlock.method_454(World world, int int2, int int3, int int4) CobwebBlock.method_454(World world, int int2, int int3, int int4) CocoaBlock.method_454(World world, int int2, int int3, int int4) DoorBlock.method_454(World world, int int2, int int3, int int4) FarmlandBlock.method_454(World world, int int2, int int3, int int4) FenceGateBlock.method_454(World world, int int2, int int3, int int4) FireBlock.method_454(World world, int int2, int int3, int int4) LadderBlock.method_454(World world, int int2, int int3, int int4) LeverBlock.method_454(World world, int int2, int int3, int int4) LilyPadBlock.method_454(World world, int int2, int int3, int int4) NetherPortalBlock.method_454(World world, int int2, int int3, int int4) PistonBlock.method_454(World world, int int2, int int3, int int4) PistonExtensionBlock.method_454(World world, int int2, int int3, int int4) PlantBlock.method_454(World world, int int2, int int3, int int4) RedstoneWireBlock.method_454(World world, int int2, int int3, int int4) SkeletonSkullBlock.method_454(World world, int int2, int int3, int int4) SnowLayerBlock.method_454(World world, int int2, int int3, int int4) SoulSandBlock.method_454(World world, int int2, int int3, int int4) SugarCaneBlock.method_454(World world, int int2, int int3, int int4) TorchBlock.method_454(World world, int int2, int int3, int int4) TrapdoorBlock.method_454(World world, int int2, int int3, int int4) TripwireBlock.method_454(World world, int int2, int int3, int int4) TripwireHookBlock.method_454(World world, int int2, int int3, int int4) VineBlock.method_454(World world, int int2, int int3, int int4) WallBlock.method_454(World world, int int2, int int3, int int4) protected BoxAbstractPressurePlateBlock.method_4730(int int2, int int3, int int4) PistonExtensionBlock.method_567(World world, int int2, int int3, int int4, Block block, float float2, int int5) Methods in net.minecraft.block with parameters of type BoxModifier and TypeMethodDescriptionvoidBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidBrewingStandBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidCauldronBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidEndPortalBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidEndPortalFrameBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidFenceBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidHopperBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidLilyPadBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidPaneBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidPistonBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidPistonHeadBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidSlabBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) voidStairsBlock.method_413(World world, int int2, int int3, int int4, Box box, List list, Entity entity) -
Uses of Box in net.minecraft.client
Methods in net.minecraft.client that return Box -
Uses of Box in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BoxMethods in net.minecraft.client.render with parameters of type BoxModifier and TypeMethodDescriptionbooleanCameraView.isBoxInFrustum(Box box) booleanCullingCameraView.isBoxInFrustum(Box box) private voidWorldRenderer.method_6886(Box 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_1526(Box box) static voidEntityRenderer.method_1527(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 BoxModifier and TypeMethodDescriptionEntity.getBox()Entity.getHardCollisionBox(Entity collidingEntity) -
Uses of Box in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon with parameters of type Box -
Uses of Box in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return BoxModifier and TypeMethodDescriptionAbstractMinecartEntity.getBox()BoatEntity.getBox()AbstractMinecartEntity.getHardCollisionBox(Entity collidingEntity) BoatEntity.getHardCollisionBox(Entity collidingEntity) -
Uses of Box in net.minecraft.util.math
Methods in net.minecraft.util.math that return BoxModifier and TypeMethodDescriptionBox.expand(double x, double y, double z) Box.increment(double x, double y, double z) Box.method_591()Box.method_592(double double2, double double3, double double4) static BoxBox.of(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) Box.offset(double x, double y, double z) Box.set(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) Box.stretch(double x, double y, double z) Methods in net.minecraft.util.math with parameters of type BoxModifier and TypeMethodDescriptionvoidbooleanBox.intersects(Box box) doubleBox.method_583(Box box, double double2) doubleBox.method_589(Box box, double double2) doubleBox.method_594(Box box, double double2) -
Uses of Box in net.minecraft.world
Methods in net.minecraft.world with parameters of type BoxModifier and TypeMethodDescriptionbooleanWorld.containsBlockWithMaterial(Box box, Material material) booleanWorld.containsFireSource(Box box) booleanWorld.containsFluid(Box box) booleanWorld.containsMaterial(Box box, Material material) World.doesBoxCollide(Entity entity, Box box) World.getEntitiesByClass(Class entityClass, Box box, Entity except) World.getEntitiesIn(Entity entity, Box box) World.getEntitiesIn(Entity entity, Box box, EntityPredicates entityPredicate) World.getEntitiesInBox(Class except, Box box) World.getEntitiesInBox(Class except, Box box, EntityPredicates entityPredicate) booleanWorld.hasEntityIn(Box box) booleanWorld.hasEntityIn(Box box, Entity exclusion) booleanWorld.isBoxNotEmpty(Box box) World.method_3608(Box box) booleanWorld.method_3610(Box box, Material material, Entity entity) floatWorld.method_3612(Vec3d pos, Box box) -
Uses of Box in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type BoxModifier and TypeMethodDescriptionvoidChunk.method_3886(Class class2, Box box, List list, EntityPredicates entityPredicates) voidEmptyChunk.method_3886(Class class2, Box box, List list, EntityPredicates entityPredicates) voidChunk.method_3889(Entity entity, Box box, List list, EntityPredicates entityPredicates) voidEmptyChunk.method_3889(Entity entity, Box box, List list, EntityPredicates entityPredicates)