net.minecraft.server.commands

public class TeleportCommand

aqf
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<ew> 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(ew arg0, Collection<? extends bvk> arg1, bvk 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(ew arg0, Collection<? extends bvk> arg1, ash arg2, gu arg3, gu arg4, aos 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(gu arg0, gu 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(ew arg0, bvk arg1, ash arg2, double arg3, double arg4, double arg5, Set<bwu> arg6, float arg7, float arg8, aos 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)