Uses of Interface
net.minecraft.world.TeleportTarget.class_9823
Packages that use TeleportTarget.class_9823
-
Uses of TeleportTarget.class_9823 in net.minecraft.block
Methods in net.minecraft.block with parameters of type TeleportTarget.class_9823Modifier and TypeMethodDescriptionprivate static TeleportTargetNetherPortalBlock.getExitPortalTarget(Entity entity, BlockPos pos, BlockLocating.Rectangle exitPortalRectangle, ServerWorld world, TeleportTarget.class_9823 class_9823) private static TeleportTargetNetherPortalBlock.getExitPortalTarget(ServerWorld world, BlockLocating.Rectangle exitPortalRectangle, Direction.Axis axis, Vec3d positionInPortal, Entity entity, Vec3d velocity, float yaw, float pitch, TeleportTarget.class_9823 class_9823) -
Uses of TeleportTarget.class_9823 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type TeleportTarget.class_9823Modifier and TypeMethodDescriptionServerPlayerEntity.getRespawnTarget(boolean alive, TeleportTarget.class_9823 class_9823) -
Uses of TeleportTarget.class_9823 in net.minecraft.world
Fields in net.minecraft.world declared as TeleportTarget.class_9823Modifier and TypeFieldDescriptionstatic final TeleportTarget.class_9823TeleportTarget.field_52245static final TeleportTarget.class_9823TeleportTarget.field_52246static final TeleportTarget.class_9823TeleportTarget.field_52247private final TeleportTarget.class_9823TeleportTarget.postDimensionTransitionThe field for thepostDimensionTransitionrecord component.Methods in net.minecraft.world that return TeleportTarget.class_9823Modifier and TypeMethodDescriptionTeleportTarget.postDimensionTransition()Returns the value of thepostDimensionTransitionrecord component.default TeleportTarget.class_9823TeleportTarget.class_9823.then(TeleportTarget.class_9823 class_9823) Methods in net.minecraft.world with parameters of type TeleportTarget.class_9823Modifier and TypeMethodDescriptionstatic TeleportTargetTeleportTarget.missingSpawnBlock(ServerWorld world, Entity entity, TeleportTarget.class_9823 class_9823) default TeleportTarget.class_9823TeleportTarget.class_9823.then(TeleportTarget.class_9823 class_9823) Constructors in net.minecraft.world with parameters of type TeleportTarget.class_9823ModifierConstructorDescriptionTeleportTarget(ServerWorld world, Entity entity, TeleportTarget.class_9823 class_9823) TeleportTarget(ServerWorld serverWorld, Vec3d vec3d, Vec3d vec3d2, float float2, float float3, boolean bool, TeleportTarget.class_9823 class_9823) TeleportTarget(ServerWorld world, Vec3d pos, Vec3d velocity, float yaw, float pitch, TeleportTarget.class_9823 class_9823)