net.minecraft.server.commands

public class TeleportCommand

apb
net.minecraft.server.commands.TeleportCommand
net.minecraft.class_3143
net.minecraft.server.command.TeleportCommand
net.minecraft.server.commands.CommandTeleport

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
INVALID_POSITION
field_22255
INVALID_POSITION_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ex> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13760(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
a(ex arg0, Collection<? extends bum> arg1, bum arg2)
teleportToEntity(CommandSourceStack arg0, Collection<? extends Entity> arg1, Entity arg2)
method_13771(class_2168 arg0, Collection<? extends class_1297> arg1, class_1297 arg2)
execute(ServerCommandSource source, Collection<? extends Entity> targets, Entity destination)
private static int
a(ex arg0, Collection<? extends bum> arg1, ard arg2, gv arg3, gv arg4, ano arg5)
teleportToPos(CommandSourceStack arg0, Collection<? extends Entity> arg1, ServerLevel arg2, Coordinates arg3, Coordinates arg4, LookAt arg5)
method_13765(class_2168 arg0, Collection<? extends class_1297> arg1, class_3218 arg2, class_2267 arg3, class_2267 arg4, class_3144 arg5)
execute(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, PosArgument rotation, LookTarget facingLocation)
private static Set<Relative>
a(gv arg0, gv arg1, boolean arg2)
getRelatives(Coordinates arg0, Coordinates arg1, boolean arg2)
method_64266(class_2267 arg0, class_2267 arg1, boolean arg2)
getFlags(PosArgument pos, PosArgument rotation, boolean sameDimension)
private static String
a(double arg0)
formatDouble(double arg0)
method_36970(double arg0)
formatFloat(double d)
private static void
a(ex arg0, bum arg1, ard arg2, double arg3, double arg4, double arg5, Set<bvw> arg6, float arg7, float arg8, ano arg9)
performTeleport(CommandSourceStack arg0, Entity arg1, ServerLevel arg2, double arg3, double arg4, double arg5, Set<Relative> arg6, float arg7, float arg8, LookAt arg9)
method_13766(class_2168 arg0, class_1297 arg1, class_3218 arg2, double arg3, double arg4, double arg5, Set<class_2709> arg6, float arg7, float arg8, class_3144 arg9)
teleport(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PositionFlag> movementFlags, float yaw, float pitch, LookTarget facingLocation)