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 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 TypeMethodDescriptionAbstractBoat.getRelativePortalPosition(Direction.Axis pAxis, BlockUtil.FoundRectangle pPortal) AbstractMinecart.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 TeleportTransitionNetherPortalBlock.createDimensionTransition(ServerLevel pLevel, BlockUtil.FoundRectangle pRectangle, Direction.Axis pAxis, Vec3 pOffset, Entity pEntity, TeleportTransition.PostTeleportTransition pPostTeleportTransition) private static TeleportTransitionNetherPortalBlock.getDimensionTransitionFromExit(Entity pEntity, BlockPos pPos, BlockUtil.FoundRectangle pRectangle, ServerLevel pLevel, TeleportTransition.PostTeleportTransition pPostTeleportTransition) -
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 pFoundRectangle, Direction.Axis pAxis, Vec3 pPos, EntityDimensions pEntityDimensions)