Uses of Class
net.minecraft.BlockUtil.FoundRectangle
Packages that use BlockUtil.FoundRectangle
Package
Description
-
Uses of BlockUtil.FoundRectangle in net.minecraft
Methods in net.minecraft that return BlockUtil.FoundRectangleModifier and TypeMethodDescriptionstatic BlockUtil.FoundRectangleBlockUtil.getLargestRectangleAround(BlockPos centerPos, Direction.Axis axis1, int max1, Direction.Axis axis2, int max2, Predicate<BlockPos> posPredicate) Finds the rectangle with the largest area containing centerPos within the blocks specified by the predicate -
Uses of BlockUtil.FoundRectangle in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionEntity.getRelativePortalPosition(Direction.Axis axis, BlockUtil.FoundRectangle portal) LivingEntity.getRelativePortalPosition(Direction.Axis axis, BlockUtil.FoundRectangle portal) -
Uses of BlockUtil.FoundRectangle in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionAbstractMinecart.getRelativePortalPosition(Direction.Axis axis, BlockUtil.FoundRectangle portal) Boat.getRelativePortalPosition(Direction.Axis axis, BlockUtil.FoundRectangle portal) -
Uses of BlockUtil.FoundRectangle in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionprivate static DimensionTransitionNetherPortalBlock.createDimensionTransition(ServerLevel level, BlockUtil.FoundRectangle rectangle, Direction.Axis axis, Vec3 offset, Entity entity, Vec3 speed, float yRot, float xRot, DimensionTransition.PostDimensionTransition postDimensionTransition) private static DimensionTransitionNetherPortalBlock.getDimensionTransitionFromExit(Entity entity, BlockPos pos, BlockUtil.FoundRectangle rectangle, ServerLevel level, DimensionTransition.PostDimensionTransition postDimensionTransition) -
Uses of BlockUtil.FoundRectangle in net.minecraft.world.level.portal
Methods in net.minecraft.world.level.portal that return types with arguments of type BlockUtil.FoundRectangleMethods in net.minecraft.world.level.portal with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionstatic Vec3PortalShape.getRelativePosition(BlockUtil.FoundRectangle foundRectangle, Direction.Axis axis, Vec3 pos, EntityDimensions entityDimensions)