Uses of Class
net.minecraft.world.BlockLocating.Rectangle
Packages that use BlockLocating.Rectangle
Package
Description
-
Uses of BlockLocating.Rectangle in net.minecraft.block
Methods in net.minecraft.block with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionprivate static TeleportTargetNetherPortalBlock.method_60774(ServerWorld serverWorld, BlockLocating.Rectangle rectangle, Direction.Axis axis, Vec3d vec3d, Entity entity, Vec3d vec3d2, float float2, float float3) private static TeleportTargetNetherPortalBlock.method_60777(Entity entity, BlockPos blockPos, BlockLocating.Rectangle rectangle, ServerWorld serverWorld) -
Uses of BlockLocating.Rectangle in net.minecraft.entity
Methods 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.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type BlockLocating.RectangleModifier and TypeMethodDescriptionAbstractMinecartEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.BoatEntity.positionInPortal(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation. -
Uses of BlockLocating.Rectangle in net.minecraft.world
Methods 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.Methods in net.minecraft.world that return types with arguments of type BlockLocating.RectangleModifier and TypeMethodDescriptionPortalForcer.createPortal(BlockPos pos, Direction.Axis axis) PortalForcer.getPortalRect(BlockPos pos, boolean destIsNether, WorldBorder worldBorder) -
Uses of BlockLocating.Rectangle in net.minecraft.world.dimension
Methods 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)