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.FoundRectangle
BlockUtil.getLargestRectangleAround
(BlockPos pCenterPos, Direction.Axis pAxis1, int pMax1, Direction.Axis pAxis2, int pMax2, Predicate<BlockPos> pPosPredicate) 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 pAxis, BlockUtil.FoundRectangle pPortal) LivingEntity.getRelativePortalPosition
(Direction.Axis pAxis, BlockUtil.FoundRectangle pPortal) -
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 pAxis, BlockUtil.FoundRectangle pPortal) Boat.getRelativePortalPosition
(Direction.Axis pAxis, BlockUtil.FoundRectangle pPortal) -
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 DimensionTransition
NetherPortalBlock.createDimensionTransition
(ServerLevel pLevel, BlockUtil.FoundRectangle pRectangle, Direction.Axis pAxis, Vec3 pOffset, Entity pEntity, Vec3 pSpeed, float pYRot, float pXRot, DimensionTransition.PostDimensionTransition pPostDimensionTransition) private static DimensionTransition
NetherPortalBlock.getDimensionTransitionFromExit
(Entity pEntity, BlockPos pPos, BlockUtil.FoundRectangle pRectangle, ServerLevel pLevel, DimensionTransition.PostDimensionTransition pPostDimensionTransition) -
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 Vec3
PortalShape.getRelativePosition
(BlockUtil.FoundRectangle pFoundRectangle, Direction.Axis pAxis, Vec3 pPos, EntityDimensions pEntityDimensions)