Uses of Class
net.minecraft.world.BlockLocating.Rectangle
Packages that use BlockLocating.Rectangle
Package
Description
- 
Uses of BlockLocating.Rectangle in net.minecraft.blockMethods in net.minecraft.block with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionprivate static TeleportTargetNetherPortalBlock.getExitPortalTarget(Entity entity, BlockPos pos, BlockLocating.Rectangle exitPortalRectangle, ServerWorld world, TeleportTarget.PostDimensionTransition postDimensionTransition) private static TeleportTargetNetherPortalBlock.getExitPortalTarget(ServerWorld world, BlockLocating.Rectangle exitPortalRectangle, Direction.Axis axis, Vec3d positionInPortal, Entity entity, TeleportTarget.PostDimensionTransition postDimensionTransition) 
- 
Uses of BlockLocating.Rectangle in net.minecraft.entityMethods in net.minecraft.entity with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.LivingEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.
- 
Uses of BlockLocating.Rectangle in net.minecraft.entity.vehicleMethods in net.minecraft.entity.vehicle with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionAbstractBoatEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.AbstractMinecartEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.
- 
Uses of BlockLocating.Rectangle in net.minecraft.worldMethods in net.minecraft.world that return BlockLocating.RectangleModifier and TypeMethodDescriptionstatic BlockLocating.RectangleBlockLocating.getLargestRectangle(BlockPos center, Direction.Axis primaryAxis, int primaryMaxBlocks, Direction.Axis secondaryAxis, int secondaryMaxBlocks, Predicate<BlockPos> predicate) Gets the largest rectangle of blocks along two axes for which all blocks meet a predicate.
- 
Uses of BlockLocating.Rectangle in net.minecraft.world.dimensionMethods in net.minecraft.world.dimension that return types with arguments of type BlockLocating.RectangleMethods in net.minecraft.world.dimension with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionstatic Vec3dNetherPortal.entityPosInPortal(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions)