Uses of Class
net.minecraft.util.math.Box
Packages that use Box
Package
Description
-
Uses of Box in net.minecraft
Fields in net.minecraft declared as BoxMethods in net.minecraft that return BoxModifier and TypeMethodDescriptionprivate Boxclass_3741.method_16808()private Boxclass_4318.method_19750(double double2, double double3, double double4) Methods in net.minecraft with parameters of type BoxModifier and TypeMethodDescriptionclass_3593.getEntities(Entity entity, Box box) class_3593.method_16288(Entity entity, Box box, Predicate<? super Entity> predicate) Constructors in net.minecraft with parameters of type BoxModifierConstructorDescriptionclass_4317(int int2, boolean bool, boolean bool2, Predicate<Entity> predicate, class_3638.class_3641 class_3641, Function<Vec3d, Vec3d> function, Box box, BiConsumer<Vec3d, List<? extends Entity>> biConsumer, boolean bool3, String string, UUID uUID, Class<? extends Entity> class2, boolean bool4) -
Uses of Box in net.minecraft.block
Fields in net.minecraft.block declared as BoxModifier and TypeFieldDescriptionprotected static final BoxAbstractPressurePlateBlock.field_12565Methods in net.minecraft.block that return BoxModifier and TypeMethodDescriptionprivate BoxDetectorRailBlock.getCartDetectionBox(BlockPos pos) -
Uses of Box in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return BoxModifier and TypeMethodDescriptionShulkerBoxBlockEntity.method_13735(BlockState state) ShulkerBoxBlockEntity.method_13738(Direction direction) private BoxShulkerBoxBlockEntity.method_13739(Direction direction) private BoxPistonBlockEntity.method_13750(Box box) private BoxPistonBlockEntity.method_13751(Box box, Direction direction, double double2) private BoxPistonBlockEntity.method_13753(List<Box> list) Methods in net.minecraft.block.entity with parameters of type BoxModifier and TypeMethodDescriptionprivate BoxPistonBlockEntity.method_13750(Box box) private BoxPistonBlockEntity.method_13751(Box box, Direction direction, double double2) private doublePistonBlockEntity.method_13752(Box box, Direction direction, Box box2) private static doublePistonBlockEntity.method_13755(Box box, Direction direction, Box box2) private static doublePistonBlockEntity.method_13756(Box box, Direction direction, Box box2) private static doublePistonBlockEntity.method_13757(Box box, Direction direction, Box box2) Method parameters in net.minecraft.block.entity with type arguments of type Box -
Uses of Box in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as BoxModifier and TypeFieldDescriptionprivate BoxParticle.field_13422private static final BoxParticle.field_13423Methods in net.minecraft.client.particle that return BoxMethods in net.minecraft.client.particle with parameters of type Box -
Uses of Box in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type BoxModifier and TypeMethodDescriptionbooleanCameraView.isBoxInFrustum(Box box) booleanCullingCameraView.isBoxInFrustum(Box box) static voidWorldRenderer.method_13430(Box box, float float2, float float3, float float4, float float5) static voidWorldRenderer.method_13433(Box box, float float2, float float3, float float4, float float5) -
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_1527(Box box, double double2, double double3, double double4) -
Uses of Box in net.minecraft.client.world
Fields in net.minecraft.client.world declared as Box -
Uses of Box in net.minecraft.entity
Fields in net.minecraft.entity declared as BoxModifier and TypeFieldDescriptionprivate BoxEntity.boundingBoxprivate static final BoxEntity.HITBOXMethods in net.minecraft.entity that return BoxModifier and TypeMethodDescriptionEntity.getBoundingBox()Entity.getBox()ShulkerEntity.getBox()Entity.getHardCollisionBox(Entity collidingEntity) Entity.getVisibilityBoundingBox()IllusionIllagerEntity.getVisibilityBoundingBox()protected BoxShulkerEntity.class_2999.method_13104(double double2) protected BoxShulkerEntity.class_3000.method_13104(double double2) Methods in net.minecraft.entity with parameters of type BoxModifier and TypeMethodDescriptionprivate booleanEntity.doesNotCollide(Box box) protected static doubleEntityType.method_15622(RenderBlockView renderBlockView, BlockPos blockPos, boolean bool, Box box) protected voidLivingEntity.method_15641(Box box, Box box2) voidEntity.setBoundingBox(Box boundingBox) -
Uses of Box in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return Box -
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 TypeMethodDescriptionBoatEntity.getBox()AbstractMinecartEntity.getHardCollisionBox(Entity collidingEntity) BoatEntity.getHardCollisionBox(Entity collidingEntity) AbstractMinecartEntity.getVisibilityBoundingBox() -
Uses of Box in net.minecraft.util.math
Methods in net.minecraft.util.math that return BoxModifier and TypeMethodDescriptionBox.contract(double value) Box.expand(double value) Box.expand(double x, double y, double z) Box.intersection(Box box) Box.method_18008(double double2, double double3, double double4) Box.offset(double x, double y, double z) Box.shrink(double x, double y, double z) Box.stretch(double x, double y, double z) Methods in net.minecraft.util.math with parameters of type BoxModifier and TypeMethodDescriptionBox.intersection(Box box) booleanBox.intersects(Box box) private static DirectionBox.method_18001(Box box, Vec3d vec3d, double[] double2, Direction direction, double double3, double double4, double double5) Method parameters in net.minecraft.util.math with type arguments of type Box -
Uses of Box in net.minecraft.util.shapes
Methods in net.minecraft.util.shapes that return BoxMethods in net.minecraft.util.shapes that return types with arguments of type BoxMethods in net.minecraft.util.shapes with parameters of type BoxModifier and TypeMethodDescriptionstatic doubleVoxelShapes.calculateMaxOffset(Direction.Axis axis, Box box, Stream<VoxelShape> stream, double double2) static VoxelShapeVoxelShapes.method_18049(Box box) protected doubleVoxelShape.method_18069(AxisCycleDirection axisCycleDirection, Box boundingBox, double d) doubleVoxelShape.method_18075(Direction.Axis axis, Box box, double double2) -
Uses of Box in net.minecraft.world
Methods in net.minecraft.world with parameters of type BoxModifier and TypeMethodDescriptionbooleanWorld.containsFireSource(Box box) booleanWorld.containsMaterial(Box box, Material material) <T extends Entity>
TWorld.getEntitiesByClass(Class<? extends T> entityClass, Box box, T except) World.getEntitiesInBox(Class<? extends T> except, Box box) booleanWorld.isBoxNotEmpty(Box box) World.method_16288(Entity entity, Box box, Predicate<? super Entity> predicate) World.method_16322(Box box, Block block) World.method_16325(Class<? extends T> class2, Box box, Predicate<? super T> predicate) default Stream<VoxelShape>RenderBlockView.method_16365(Entity entity, Box box, double double2, double double3, double double4) default booleanRenderBlockView.method_16366(Entity entity, Box box, Set<Entity> set) default Stream<VoxelShape>RenderBlockView.method_16367(Entity entity, Box box, Set<Entity> set, double double2, double double3, double double4) default booleanRenderBlockView.method_16382(Entity entity, Box box) default Stream<VoxelShape>RenderBlockView.method_16384(Entity entity, Box box) default booleanRenderBlockView.method_16387(Entity entity, Box box) default booleanRenderBlockView.method_16388(Box box) floatWorld.method_3612(Vec3d pos, Box box) -
Uses of Box in net.minecraft.world.border
Methods in net.minecraft.world.border with parameters of type Box -
Uses of Box in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type BoxModifier and TypeMethodDescriptionvoidvoidEmptyChunk.method_17070(Entity entity, Box box, List<Entity> list, Predicate<? super Entity> predicate) <T extends Entity>
voidChunk.method_17075(Class<? extends T> class2, Box box, List<T> list, Predicate<? super T> predicate) <T extends Entity>
voidEmptyChunk.method_17075(Class<? extends T> class2, Box box, List<T> list, Predicate<? super T> predicate) -
Uses of Box in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BoxMethods in net.minecraft.world.gen.feature that return Box