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 p_124335_, Direction.Axis p_124336_, int p_124337_, Direction.Axis p_124338_, int p_124339_, Predicate<BlockPos> p_124340_) -
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 p_20045_, BlockUtil.FoundRectangle p_20046_) LivingEntity.getRelativePortalPosition
(Direction.Axis p_21085_, BlockUtil.FoundRectangle p_21086_) -
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 p_376896_, BlockUtil.FoundRectangle p_376254_) AbstractMinecart.getRelativePortalPosition
(Direction.Axis p_38132_, BlockUtil.FoundRectangle p_38133_) -
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 TeleportTransition
NetherPortalBlock.createDimensionTransition
(ServerLevel p_350955_, BlockUtil.FoundRectangle p_350865_, Direction.Axis p_351013_, Vec3 p_351020_, Entity p_350578_, TeleportTransition.PostTeleportTransition p_379531_) private static TeleportTransition
NetherPortalBlock.getDimensionTransitionFromExit
(Entity p_350906_, BlockPos p_350376_, BlockUtil.FoundRectangle p_350428_, ServerLevel p_350928_, TeleportTransition.PostTeleportTransition p_379530_) -
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.FoundRectangleModifier and TypeMethodDescriptionPortalForcer.createPortal
(BlockPos p_77667_, Direction.Axis p_77668_) Methods in net.minecraft.world.level.portal with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionstatic Vec3
PortalShape.getRelativePosition
(BlockUtil.FoundRectangle p_77739_, Direction.Axis p_77740_, Vec3 p_77741_, EntityDimensions p_77742_)