Uses of Class
net.minecraft.world.TeleportTarget
| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.server.network | |
| net.minecraft.world.dimension |
-
Uses of TeleportTarget in net.minecraft.entity
Methods in net.minecraft.entity that return TeleportTarget Modifier and Type Method Description protected @Nullable TeleportTargetEntity. getTeleportTarget(ServerWorld destination) -
Uses of TeleportTarget in net.minecraft.server.network
Methods in net.minecraft.server.network that return TeleportTarget Modifier and Type Method Description protected @Nullable TeleportTargetServerPlayerEntity. getTeleportTarget(ServerWorld destination) -
Uses of TeleportTarget in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return TeleportTarget Modifier and Type Method Description static TeleportTargetAreaHelper. getNetherTeleportTarget(ServerWorld destination, PortalUtil.Rectangle portalRect, Direction.Axis portalAxis, Vec3d offset, EntityDimensions dimensions, Vec3d velocity, float yaw, float pitch)