Uses of Class
net.minecraft.util.TeleportationRepositioner.Result
Packages that use TeleportationRepositioner.Result
Package
Description
-
Uses of TeleportationRepositioner.Result in net.minecraft.block
Methods in net.minecraft.block with parameters of type TeleportationRepositioner.ResultModifier 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
Methods in net.minecraft.entity that return types with arguments of type TeleportationRepositioner.ResultModifier and TypeMethodDescriptionprotected 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.ResultModifier 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
Methods in net.minecraft.entity.item with parameters of type TeleportationRepositioner.ResultModifier 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
Methods in net.minecraft.entity.item.minecart with parameters of type TeleportationRepositioner.ResultModifier and TypeMethodDescriptionprotected Vector3d
AbstractMinecartEntity.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.ResultModifier 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
Methods in net.minecraft.util that return TeleportationRepositioner.ResultModifier 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
Methods in net.minecraft.world that return types with arguments of type TeleportationRepositioner.ResultModifier and TypeMethodDescriptionTeleporter.createPortal
(BlockPos p_242956_1_, Direction.Axis p_242956_2_) Teleporter.findPortalAround
(BlockPos p_242957_1_, boolean p_242957_2_)