Uses of Class
net.minecraft.util.TeleportationRepositioner.Result
-
-
Uses of TeleportationRepositioner.Result in net.minecraft.block
Methods in net.minecraft.block with parameters of type TeleportationRepositioner.Result Modifier and Type Method Description static PortalInfoPortalSize. createPortalInfo(ServerWorld p_242963_0_, TeleportationRepositioner.Result p_242963_1_, Direction.Axis p_242963_2_, Vector3d p_242963_3_, EntitySize p_242963_4_, Vector3d p_242963_5_, float p_242963_6_, float p_242963_7_)static Vector3dPortalSize. getRelativePosition(TeleportationRepositioner.Result p_242973_0_, Direction.Axis p_242973_1_, Vector3d p_242973_2_, EntitySize p_242973_3_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity
Methods in net.minecraft.entity that return types with arguments of type TeleportationRepositioner.Result Modifier and Type Method Description protected java.util.Optional<TeleportationRepositioner.Result>Entity. getExitPortal(ServerWorld p_241830_1_, BlockPos p_241830_2_, boolean p_241830_3_)Methods in net.minecraft.entity with parameters of type TeleportationRepositioner.Result Modifier and Type Method Description protected Vector3dEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_)protected Vector3dLivingEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type TeleportationRepositioner.Result Modifier and Type Method Description protected Vector3dBoatEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type TeleportationRepositioner.Result Modifier and Type Method Description protected Vector3dAbstractMinecartEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return types with arguments of type TeleportationRepositioner.Result Modifier and Type Method Description protected java.util.Optional<TeleportationRepositioner.Result>ServerPlayerEntity. getExitPortal(ServerWorld p_241830_1_, BlockPos p_241830_2_, boolean p_241830_3_) -
Uses of TeleportationRepositioner.Result in net.minecraft.util
Methods in net.minecraft.util that return TeleportationRepositioner.Result Modifier and Type Method Description static TeleportationRepositioner.ResultTeleportationRepositioner. getLargestRectangleAround(BlockPos p_243676_0_, Direction.Axis p_243676_1_, int p_243676_2_, Direction.Axis p_243676_3_, int p_243676_4_, java.util.function.Predicate<BlockPos> p_243676_5_) -
Uses of TeleportationRepositioner.Result in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type TeleportationRepositioner.Result Modifier and Type Method Description java.util.Optional<TeleportationRepositioner.Result>Teleporter. createPortal(BlockPos p_242956_1_, Direction.Axis p_242956_2_)java.util.Optional<TeleportationRepositioner.Result>Teleporter. findPortalAround(BlockPos p_242957_1_, boolean p_242957_2_)
-