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 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.server.level
Methods in net.minecraft.server.level that return types with arguments of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionprotected Optional<BlockUtil.FoundRectangle>ServerPlayer.getExitPortal(ServerLevel p_9010_, BlockPos p_9011_, boolean p_9012_) -
Uses of BlockUtil.FoundRectangle in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return types with arguments of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionprotected Optional<BlockUtil.FoundRectangle>Entity.getExitPortal(ServerLevel p_19931_, BlockPos p_19932_, boolean p_19933_)Methods in net.minecraft.world.entity with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionprotected Vec3Entity.getRelativePortalPosition(Direction.Axis p_20045_, BlockUtil.FoundRectangle p_20046_)protected Vec3LivingEntity.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 TypeMethodDescriptionprotected Vec3AbstractMinecart.getRelativePortalPosition(Direction.Axis p_38132_, BlockUtil.FoundRectangle p_38133_)protected Vec3Boat.getRelativePortalPosition(Direction.Axis p_38335_, BlockUtil.FoundRectangle p_38336_) -
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_)PortalForcer.findPortalAround(BlockPos p_77670_, boolean p_77671_)Methods in net.minecraft.world.level.portal with parameters of type BlockUtil.FoundRectangleModifier and TypeMethodDescriptionstatic PortalInfoPortalShape.createPortalInfo(ServerLevel p_77700_, BlockUtil.FoundRectangle p_77701_, Direction.Axis p_77702_, Vec3 p_77703_, EntityDimensions p_77704_, Vec3 p_77705_, float p_77706_, float p_77707_)static Vec3PortalShape.getRelativePosition(BlockUtil.FoundRectangle p_77739_, Direction.Axis p_77740_, Vec3 p_77741_, EntityDimensions p_77742_)