Uses of Class
net.minecraft.util.TeleportationRepositioner.Result
Package
Description
-
Uses of TeleportationRepositioner.Result in net.minecraft.block
Modifier and TypeMethodDescriptionstatic PortalInfo
PortalSize.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 Vector3d
PortalSize.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
Modifier and TypeMethodDescriptionprotected Optional<TeleportationRepositioner.Result>
Entity.getExitPortal
(ServerWorld p_241830_1_, BlockPos p_241830_2_, boolean p_241830_3_) Modifier and TypeMethodDescriptionprotected Vector3d
Entity.getRelativePortalPosition
(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) protected Vector3d
LivingEntity.getRelativePortalPosition
(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.item
Modifier and TypeMethodDescriptionprotected Vector3d
BoatEntity.getRelativePortalPosition
(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.item.minecart
Modifier and TypeMethodDescriptionprotected Vector3d
AbstractMinecartEntity.getRelativePortalPosition
(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_) -
Uses of TeleportationRepositioner.Result in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionTeleportationRepositioner.getLargestRectangleAround
(BlockPos p_243676_0_, Direction.Axis p_243676_1_, int p_243676_2_, Direction.Axis p_243676_3_, int p_243676_4_, Predicate<BlockPos> p_243676_5_) -
Uses of TeleportationRepositioner.Result in net.minecraft.world
Modifier and TypeMethodDescriptionTeleporter.createPortal
(BlockPos p_242956_1_, Direction.Axis p_242956_2_) Teleporter.findPortalAround
(BlockPos p_242957_1_, boolean p_242957_2_)