Class TeleportCommand

java.lang.Object
net.minecraft.server.command.TeleportCommand

public class TeleportCommand extends Object
Mappings:
Namespace Name
official afw
intermediary net/minecraft/class_3143
named net/minecraft/server/command/TeleportCommand
  • Field Details

    • INVALID_POSITION_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_POSITION_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_22255 Lnet/minecraft/class_3143;field_22255:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INVALID_POSITION_EXCEPTION Lnet/minecraft/server/command/TeleportCommand;INVALID_POSITION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • TeleportCommand

      public TeleportCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13760 Lnet/minecraft/class_3143;method_13760(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/TeleportCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • execute

      private static int execute(ServerCommandSource source, Collection<? extends Entity> targets, Entity destination) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a(Ldn;Ljava/util/Collection;Lbdr;)I
      intermediary method_13771 Lnet/minecraft/class_3143;method_13771(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_1297;)I
      named execute Lnet/minecraft/server/command/TeleportCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/entity/Entity;)I
    • execute

      private static int execute(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, @Nullable @Nullable PosArgument rotation, @Nullable @Nullable TeleportCommand.LookTarget facingLocation) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a(Ldn;Ljava/util/Collection;Lahm;Lff;Lff;Lafw$a;)I
      intermediary method_13765 Lnet/minecraft/class_3143;method_13765(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3218;Lnet/minecraft/class_2267;Lnet/minecraft/class_2267;Lnet/minecraft/class_3143$class_3144;)I
      named execute Lnet/minecraft/server/command/TeleportCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/command/argument/PosArgument;Lnet/minecraft/command/argument/PosArgument;Lnet/minecraft/server/command/TeleportCommand$LookTarget;)I
    • formatFloat

      private static String formatFloat(double d)
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a(D)Ljava/lang/String;
      intermediary method_36970 Lnet/minecraft/class_3143;method_36970(D)Ljava/lang/String;
      named formatFloat Lnet/minecraft/server/command/TeleportCommand;formatFloat(D)Ljava/lang/String;
    • teleport

      private static void teleport(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PlayerPositionLookS2CPacket.Flag> movementFlags, float yaw, float pitch, @Nullable @Nullable TeleportCommand.LookTarget facingLocation) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafw;a(Ldn;Lbdr;Lahm;DDDLjava/util/Set;FFLafw$a;)V
      intermediary method_13766 Lnet/minecraft/class_3143;method_13766(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_3218;DDDLjava/util/Set;FFLnet/minecraft/class_3143$class_3144;)V
      named teleport Lnet/minecraft/server/command/TeleportCommand;teleport(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;DDDLjava/util/Set;FFLnet/minecraft/server/command/TeleportCommand$LookTarget;)V