Class SummonCommand

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

public class SummonCommand extends Object
Mappings:
Namespace Name
official afs
intermediary net/minecraft/class_3138
named net/minecraft/server/command/SummonCommand
  • Field Details

    • FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lafs;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13741 Lnet/minecraft/class_3138;field_13741:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named FAILED_EXCEPTION Lnet/minecraft/server/command/SummonCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • FAILED_UUID_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_UUID_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Lafs;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_26629 Lnet/minecraft/class_3138;field_26629:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named FAILED_UUID_EXCEPTION Lnet/minecraft/server/command/SummonCommand;FAILED_UUID_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • INVALID_POSITION_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_POSITION_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official c Lafs;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_22254 Lnet/minecraft/class_3138;field_22254:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INVALID_POSITION_EXCEPTION Lnet/minecraft/server/command/SummonCommand;INVALID_POSITION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • SummonCommand

      public SummonCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
      Mappings:
      Namespace Name Mixin selector
      official a Lafs;a(Lcom/mojang/brigadier/CommandDispatcher;Ldi;)V
      intermediary method_13690 Lnet/minecraft/class_3138;method_13690(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
      named register Lnet/minecraft/server/command/SummonCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
    • execute

      private static int execute(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafs;a(Ldn;Lgz$c;Leae;Lqp;Z)I
      intermediary method_13694 Lnet/minecraft/class_3138;method_13694(Lnet/minecraft/class_2168;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_243;Lnet/minecraft/class_2487;Z)I
      named execute Lnet/minecraft/server/command/SummonCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/nbt/NbtCompound;Z)I