Class AbstractCommand

java.lang.Object
net.minecraft.command.AbstractCommand
All Implemented Interfaces:
Comparable<Command>, Command
Direct Known Subclasses:
AchievementCommand, BanCommand, BanIpCommand, BanListCommand, BlockDataCommand, class_3029, class_3064, ClearCommand, CloneCommand, DebugCommand, DeOpCommand, DifficultyCommand, EffectCommand, EnchantCommand, EntityDataCommand, ExecuteCommand, ExperienceCommand, FillCommand, GameModeCommand, GameRuleCommand, GiveCommand, HelpCommand, KickCommand, KillCommand, ListCommand, MeCommand, MessageCommand, OpCommand, PardonCommand, PardonIpCommand, ParticleCommand, PlaySoundCommand, PublishCommand, ReplaceItemCommand, SaveAllCommand, SaveOffCommand, SaveOnCommand, SayCommand, ScoreboardCommand, SeedCommand, SetBlockCommand, SetIdleTimeoutCommand, SetWorldSpawnCommand, SpawnPointCommand, SpreadPlayersCommand, StatsCommand, StopCommand, StopSoundCommand, SummonCommand, TeleportCommand, TellRawCommand, TestForBlockCommand, TestForBlocksCommand, TestForCommand, TimeCommand, TitleCommand, ToggleDownfallCommand, TriggerCommand, WeatherCommand, WhitelistCommand, WorldBorderCommand

public abstract class AbstractCommand extends Object implements Command
Mappings:
Namespace Name
official j
intermediary net/minecraft/class_955
named net/minecraft/command/AbstractCommand
  • Field Details

    • commandProvider

      private static CommandProvider commandProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a:Li;
      intermediary field_3733 Lnet/minecraft/class_955;field_3733:Lnet/minecraft/class_928;
      named commandProvider Lnet/minecraft/command/AbstractCommand;commandProvider:Lnet/minecraft/command/CommandProvider;
    • COMMA_SPLITTER

      private static final Splitter COMMA_SPLITTER
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b:Lcom/google/common/base/Splitter;
      intermediary field_15351 Lnet/minecraft/class_955;field_15351:Lcom/google/common/base/Splitter;
      named COMMA_SPLITTER Lnet/minecraft/command/AbstractCommand;COMMA_SPLITTER:Lcom/google/common/base/Splitter;
    • EQUAL_SPLITTER

      private static final Splitter EQUAL_SPLITTER
      Mappings:
      Namespace Name Mixin selector
      official c Lj;c:Lcom/google/common/base/Splitter;
      intermediary field_15352 Lnet/minecraft/class_955;field_15352:Lcom/google/common/base/Splitter;
      named EQUAL_SPLITTER Lnet/minecraft/command/AbstractCommand;EQUAL_SPLITTER:Lcom/google/common/base/Splitter;
  • Constructor Details

    • AbstractCommand

      public AbstractCommand()
  • Method Details

    • method_12701

      protected static SyntaxException method_12701(JsonParseException jsonParseException)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Lcom/google/gson/JsonParseException;)Lch;
      intermediary method_12701 Lnet/minecraft/class_955;method_12701(Lcom/google/gson/JsonParseException;)Lnet/minecraft/class_96;
      named method_12701 Lnet/minecraft/command/AbstractCommand;method_12701(Lcom/google/gson/JsonParseException;)Lnet/minecraft/command/SyntaxException;
    • getEntityNbt

      protected static NbtCompound getEntityNbt(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Lsn;)Ldu;
      intermediary method_12703 Lnet/minecraft/class_955;method_12703(Lnet/minecraft/class_864;)Lnet/minecraft/class_322;
      named getEntityNbt Lnet/minecraft/command/AbstractCommand;getEntityNbt(Lnet/minecraft/entity/Entity;)Lnet/minecraft/nbt/NbtCompound;
    • getPermissionLevel

      public int getPermissionLevel()
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a()I
      intermediary method_4634 Lnet/minecraft/class_955;method_4634()I
      named getPermissionLevel Lnet/minecraft/command/AbstractCommand;getPermissionLevel()I
    • getAliases

      public List<String> getAliases()
      Specified by:
      getAliases in interface Command
      Mappings:
      Namespace Name Mixin selector
      official b Ll;b()Ljava/util/List;
      intermediary method_3274 Lnet/minecraft/class_1007;method_3274()Ljava/util/List;
      named getAliases Lnet/minecraft/command/Command;getAliases()Ljava/util/List;
    • method_3278

      public boolean method_3278(MinecraftServer server, CommandSource source)
      Specified by:
      method_3278 in interface Command
      Mappings:
      Namespace Name Mixin selector
      official a Ll;a(Lnet/minecraft/server/MinecraftServer;Ln;)Z
      intermediary method_3278 Lnet/minecraft/class_1007;method_3278(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;)Z
      named method_3278 Lnet/minecraft/command/Command;method_3278(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;)Z
    • method_10738

      public List<String> method_10738(MinecraftServer server, CommandSource source, String[] string, @Nullable BlockPos pos)
      Specified by:
      method_10738 in interface Command
      Mappings:
      Namespace Name Mixin selector
      official a Ll;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;Lco;)Ljava/util/List;
      intermediary method_10738 Lnet/minecraft/class_1007;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;
      named method_10738 Lnet/minecraft/command/Command;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • parseInt

      public static int parseInt(String value) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;)I
      intermediary method_10701 Lnet/minecraft/class_955;method_10701(Ljava/lang/String;)I
      named parseInt Lnet/minecraft/command/AbstractCommand;parseInt(Ljava/lang/String;)I
    • parseClampedInt

      public static int parseClampedInt(String value, int min) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;I)I
      intermediary method_2888 Lnet/minecraft/class_955;method_2888(Ljava/lang/String;I)I
      named parseClampedInt Lnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;I)I
    • parseClampedInt

      public static int parseClampedInt(String value, int min, int max) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;II)I
      intermediary method_2889 Lnet/minecraft/class_955;method_2889(Ljava/lang/String;II)I
      named parseClampedInt Lnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;II)I
    • parseLong

      public static long parseLong(String value) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(Ljava/lang/String;)J
      intermediary method_10710 Lnet/minecraft/class_955;method_10710(Ljava/lang/String;)J
      named parseLong Lnet/minecraft/command/AbstractCommand;parseLong(Ljava/lang/String;)J
    • parseClampedLong

      public static long parseClampedLong(String value, long min, long max) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;JJ)J
      intermediary method_10702 Lnet/minecraft/class_955;method_10702(Ljava/lang/String;JJ)J
      named parseClampedLong Lnet/minecraft/command/AbstractCommand;parseClampedLong(Ljava/lang/String;JJ)J
    • getBlockPos

      public static BlockPos getBlockPos(CommandSource source, String[] args, int permissionLevel, boolean bool) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;[Ljava/lang/String;IZ)Lco;
      intermediary method_10705 Lnet/minecraft/class_955;method_10705(Lnet/minecraft/class_1061;[Ljava/lang/String;IZ)Lnet/minecraft/class_2552;
      named getBlockPos Lnet/minecraft/command/AbstractCommand;getBlockPos(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;IZ)Lnet/minecraft/util/math/BlockPos;
    • parseDouble

      public static double parseDouble(String value) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official c Lj;c(Ljava/lang/String;)D
      intermediary method_4637 Lnet/minecraft/class_955;method_4637(Ljava/lang/String;)D
      named parseDouble Lnet/minecraft/command/AbstractCommand;parseDouble(Ljava/lang/String;)D
    • parseClampedDouble

      public static double parseClampedDouble(String value, double min) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;D)D
      intermediary method_6334 Lnet/minecraft/class_955;method_6334(Ljava/lang/String;D)D
      named parseClampedDouble Lnet/minecraft/command/AbstractCommand;parseClampedDouble(Ljava/lang/String;D)D
    • parseClampedDouble

      public static double parseClampedDouble(String value, double min, double max) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;DD)D
      intermediary method_6335 Lnet/minecraft/class_955;method_6335(Ljava/lang/String;DD)D
      named parseClampedDouble Lnet/minecraft/command/AbstractCommand;parseClampedDouble(Ljava/lang/String;DD)D
    • parseBoolean

      public static boolean parseBoolean(String value) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official d Lj;d(Ljava/lang/String;)Z
      intermediary method_6337 Lnet/minecraft/class_955;method_6337(Ljava/lang/String;)Z
      named parseBoolean Lnet/minecraft/command/AbstractCommand;parseBoolean(Ljava/lang/String;)Z
    • getAsPlayer

      public static ServerPlayerEntity getAsPlayer(CommandSource source) throws PlayerNotFoundException
      Throws:
      PlayerNotFoundException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;)Lly;
      intermediary method_4638 Lnet/minecraft/class_955;method_4638(Lnet/minecraft/class_1061;)Lnet/minecraft/class_798;
      named getAsPlayer Lnet/minecraft/command/AbstractCommand;getAsPlayer(Lnet/minecraft/command/CommandSource;)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • method_4639

      public static ServerPlayerEntity method_4639(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;)Lly;
      intermediary method_4639 Lnet/minecraft/class_955;method_4639(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_798;
      named method_4639 Lnet/minecraft/command/AbstractCommand;method_4639(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/entity/player/ServerPlayerEntity;
    • method_10711

      public static Entity method_10711(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;)Lsn;
      intermediary method_10711 Lnet/minecraft/class_955;method_10711(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_864;
      named method_10711 Lnet/minecraft/command/AbstractCommand;method_10711(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/entity/Entity;
    • method_12702

      public static <T extends Entity> T method_12702(MinecraftServer minecraftServer, CommandSource commandSource, String string, Class<? extends T> class2) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;Ljava/lang/Class;)Lsn;
      intermediary method_12702 Lnet/minecraft/class_955;method_12702(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/class_864;
      named method_12702 Lnet/minecraft/command/AbstractCommand;method_12702(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/entity/Entity;
    • method_12704

      public static List<Entity> method_12704(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official c Lj;c(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;)Ljava/util/List;
      intermediary method_12704 Lnet/minecraft/class_955;method_12704(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/util/List;
      named method_12704 Lnet/minecraft/command/AbstractCommand;method_12704(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/util/List;
    • method_12705

      public static String method_12705(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official d Lj;d(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;)Ljava/lang/String;
      intermediary method_12705 Lnet/minecraft/class_955;method_12705(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/lang/String;
      named method_12705 Lnet/minecraft/command/AbstractCommand;method_12705(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/lang/String;
    • method_12706

      public static String method_12706(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official e Lj;e(Lnet/minecraft/server/MinecraftServer;Ln;Ljava/lang/String;)Ljava/lang/String;
      intermediary method_12706 Lnet/minecraft/class_955;method_12706(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/lang/String;
      named method_12706 Lnet/minecraft/command/AbstractCommand;method_12706(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/lang/String;
    • method_4635

      public static Text method_4635(CommandSource source, String[] string, int int2) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;[Ljava/lang/String;I)Lfb;
      intermediary method_4635 Lnet/minecraft/class_955;method_4635(Lnet/minecraft/class_1061;[Ljava/lang/String;I)Lnet/minecraft/class_1982;
      named method_4635 Lnet/minecraft/command/AbstractCommand;method_4635(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)Lnet/minecraft/text/Text;
    • method_8406

      public static Text method_8406(CommandSource source, String[] string, int int2, boolean bool) throws CommandException
      Throws:
      CommandException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(Ln;[Ljava/lang/String;IZ)Lfb;
      intermediary method_8406 Lnet/minecraft/class_955;method_8406(Lnet/minecraft/class_1061;[Ljava/lang/String;IZ)Lnet/minecraft/class_1982;
      named method_8406 Lnet/minecraft/command/AbstractCommand;method_8406(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;IZ)Lnet/minecraft/text/Text;
    • method_10706

      public static String method_10706(String[] string, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a([Ljava/lang/String;I)Ljava/lang/String;
      intermediary method_10706 Lnet/minecraft/class_955;method_10706([Ljava/lang/String;I)Ljava/lang/String;
      named method_10706 Lnet/minecraft/command/AbstractCommand;method_10706([Ljava/lang/String;I)Ljava/lang/String;
    • getCoordinate

      public static AbstractCommand.Coordinate getCoordinate(double double2, String value, boolean bool) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(DLjava/lang/String;Z)Lj$a;
      intermediary method_10700 Lnet/minecraft/class_955;method_10700(DLjava/lang/String;Z)Lnet/minecraft/class_955$class_2588;
      named getCoordinate Lnet/minecraft/command/AbstractCommand;getCoordinate(DLjava/lang/String;Z)Lnet/minecraft/command/AbstractCommand$Coordinate;
    • getCoordinate

      public static AbstractCommand.Coordinate getCoordinate(double double2, String value, int min, int max, boolean bool) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(DLjava/lang/String;IIZ)Lj$a;
      intermediary method_10699 Lnet/minecraft/class_955;method_10699(DLjava/lang/String;IIZ)Lnet/minecraft/class_955$class_2588;
      named getCoordinate Lnet/minecraft/command/AbstractCommand;getCoordinate(DLjava/lang/String;IIZ)Lnet/minecraft/command/AbstractCommand$Coordinate;
    • parseDouble

      public static double parseDouble(double double2, String value, boolean bool) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(DLjava/lang/String;Z)D
      intermediary method_10709 Lnet/minecraft/class_955;method_10709(DLjava/lang/String;Z)D
      named parseDouble Lnet/minecraft/command/AbstractCommand;parseDouble(DLjava/lang/String;Z)D
    • parseDouble

      public static double parseDouble(double double2, String value, int min, int max, boolean bool) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(DLjava/lang/String;IIZ)D
      intermediary method_6333 Lnet/minecraft/class_955;method_6333(DLjava/lang/String;IIZ)D
      named parseDouble Lnet/minecraft/command/AbstractCommand;parseDouble(DLjava/lang/String;IIZ)D
    • getItem

      public static Item getItem(CommandSource source, String identifier) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;Ljava/lang/String;)Lafh;
      intermediary method_8409 Lnet/minecraft/class_955;method_8409(Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_1069;
      named getItem Lnet/minecraft/command/AbstractCommand;getItem(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/item/Item;
    • getBlock

      public static Block getBlock(CommandSource source, String identifier) throws InvalidNumberException
      Throws:
      InvalidNumberException
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(Ln;Ljava/lang/String;)Lalu;
      intermediary method_8410 Lnet/minecraft/class_955;method_8410(Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_197;
      named getBlock Lnet/minecraft/command/AbstractCommand;getBlock(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/block/Block;
    • method_13901

      public static BlockState method_13901(Block block, String string) throws InvalidNumberException, class_3113
      Throws:
      InvalidNumberException
      class_3113
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Lalu;Ljava/lang/String;)Latl;
      intermediary method_13901 Lnet/minecraft/class_955;method_13901(Lnet/minecraft/class_197;Ljava/lang/String;)Lnet/minecraft/class_2232;
      named method_13901 Lnet/minecraft/command/AbstractCommand;method_13901(Lnet/minecraft/block/Block;Ljava/lang/String;)Lnet/minecraft/block/BlockState;
    • method_13902

      private static <T extends Comparable<T>> BlockState method_13902(BlockState blockState, Property<T> property, Comparable<?> comparable)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Latl;Laub;Ljava/lang/Comparable;)Latl;
      intermediary method_13902 Lnet/minecraft/class_955;method_13902(Lnet/minecraft/class_2232;Lnet/minecraft/class_2247;Ljava/lang/Comparable;)Lnet/minecraft/class_2232;
      named method_13902 Lnet/minecraft/command/AbstractCommand;method_13902(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Lnet/minecraft/block/BlockState;
    • method_13904

      public static Predicate<BlockState> method_13904(Block block, String string) throws class_3113
      Throws:
      class_3113
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b(Lalu;Ljava/lang/String;)Lcom/google/common/base/Predicate;
      intermediary method_13904 Lnet/minecraft/class_955;method_13904(Lnet/minecraft/class_197;Ljava/lang/String;)Lcom/google/common/base/Predicate;
      named method_13904 Lnet/minecraft/command/AbstractCommand;method_13904(Lnet/minecraft/block/Block;Ljava/lang/String;)Lcom/google/common/base/Predicate;
    • method_13905

      private static Map<Property<?>,Comparable<?>> method_13905(Block block, String string) throws class_3113
      Throws:
      class_3113
      Mappings:
      Namespace Name Mixin selector
      official c Lj;c(Lalu;Ljava/lang/String;)Ljava/util/Map;
      intermediary method_13905 Lnet/minecraft/class_955;method_13905(Lnet/minecraft/class_197;Ljava/lang/String;)Ljava/util/Map;
      named method_13905 Lnet/minecraft/command/AbstractCommand;method_13905(Lnet/minecraft/block/Block;Ljava/lang/String;)Ljava/util/Map;
    • method_13903

      @Nullable private static <T extends Comparable<T>> T method_13903(Property<T> property, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Laub;Ljava/lang/String;)Ljava/lang/Comparable;
      intermediary method_13903 Lnet/minecraft/class_955;method_13903(Lnet/minecraft/class_2247;Ljava/lang/String;)Ljava/lang/Comparable;
      named method_13903 Lnet/minecraft/command/AbstractCommand;method_13903(Lnet/minecraft/state/property/Property;Ljava/lang/String;)Ljava/lang/Comparable;
    • concat

      public static String concat(Object[] args)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a([Ljava/lang/Object;)Ljava/lang/String;
      intermediary method_2891 Lnet/minecraft/class_955;method_2891([Ljava/lang/Object;)Ljava/lang/String;
      named concat Lnet/minecraft/command/AbstractCommand;concat([Ljava/lang/Object;)Ljava/lang/String;
    • concat

      public static Text concat(List<Text> texts)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/util/List;)Lfb;
      intermediary method_10703 Lnet/minecraft/class_955;method_10703(Ljava/util/List;)Lnet/minecraft/class_1982;
      named concat Lnet/minecraft/command/AbstractCommand;concat(Ljava/util/List;)Lnet/minecraft/text/Text;
    • concat

      public static String concat(Collection<String> strings)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/util/Collection;)Ljava/lang/String;
      intermediary method_5467 Lnet/minecraft/class_955;method_5467(Ljava/util/Collection;)Ljava/lang/String;
      named concat Lnet/minecraft/command/AbstractCommand;concat(Ljava/util/Collection;)Ljava/lang/String;
    • method_10707

      public static List<String> method_10707(String[] string, int int2, @Nullable BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a([Ljava/lang/String;ILco;)Ljava/util/List;
      intermediary method_10707 Lnet/minecraft/class_955;method_10707([Ljava/lang/String;ILnet/minecraft/class_2552;)Ljava/util/List;
      named method_10707 Lnet/minecraft/command/AbstractCommand;method_10707([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • method_10712

      public static List<String> method_10712(String[] string, int int2, @Nullable BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lj;b([Ljava/lang/String;ILco;)Ljava/util/List;
      intermediary method_10712 Lnet/minecraft/class_955;method_10712([Ljava/lang/String;ILnet/minecraft/class_2552;)Ljava/util/List;
      named method_10712 Lnet/minecraft/command/AbstractCommand;method_10712([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • method_2883

      public static boolean method_2883(String string, String string2)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ljava/lang/String;Ljava/lang/String;)Z
      intermediary method_2883 Lnet/minecraft/class_955;method_2883(Ljava/lang/String;Ljava/lang/String;)Z
      named method_2883 Lnet/minecraft/command/AbstractCommand;method_2883(Ljava/lang/String;Ljava/lang/String;)Z
    • method_2894

      public static List<String> method_2894(String[] string, String[] string2)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
      intermediary method_2894 Lnet/minecraft/class_955;method_2894([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
      named method_2894 Lnet/minecraft/command/AbstractCommand;method_2894([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
    • method_10708

      public static List<String> method_10708(String[] string, Collection<?> collection)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;
      intermediary method_10708 Lnet/minecraft/class_955;method_10708([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;
      named method_10708 Lnet/minecraft/command/AbstractCommand;method_10708([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;
    • isUsernameAtIndex

      public boolean isUsernameAtIndex(String[] args, int index)
      Specified by:
      isUsernameAtIndex in interface Command
      Mappings:
      Namespace Name Mixin selector
      official b Ll;b([Ljava/lang/String;I)Z
      intermediary method_4674 Lnet/minecraft/class_1007;method_4674([Ljava/lang/String;I)Z
      named isUsernameAtIndex Lnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z
    • run

      public static void run(CommandSource source, Command command, String label, Object[] args)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;Ll;Ljava/lang/String;[Ljava/lang/Object;)V
      intermediary method_2890 Lnet/minecraft/class_955;method_2890(Lnet/minecraft/class_1061;Lnet/minecraft/class_1007;Ljava/lang/String;[Ljava/lang/Object;)V
      named run Lnet/minecraft/command/AbstractCommand;run(Lnet/minecraft/command/CommandSource;Lnet/minecraft/command/Command;Ljava/lang/String;[Ljava/lang/Object;)V
    • run

      public static void run(CommandSource source, Command command, int permissionLevel, String label, Object[] args)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ln;Ll;ILjava/lang/String;[Ljava/lang/Object;)V
      intermediary method_2886 Lnet/minecraft/class_955;method_2886(Lnet/minecraft/class_1061;Lnet/minecraft/class_1007;ILjava/lang/String;[Ljava/lang/Object;)V
      named run Lnet/minecraft/command/AbstractCommand;run(Lnet/minecraft/command/CommandSource;Lnet/minecraft/command/Command;ILjava/lang/String;[Ljava/lang/Object;)V
    • setCommandProvider

      public static void setCommandProvider(CommandProvider provider)
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Li;)V
      intermediary method_2884 Lnet/minecraft/class_955;method_2884(Lnet/minecraft/class_928;)V
      named setCommandProvider Lnet/minecraft/command/AbstractCommand;setCommandProvider(Lnet/minecraft/command/CommandProvider;)V
    • compareTo

      public int compareTo(Command command)
      Specified by:
      compareTo in interface Comparable<Command>
      Mappings:
      Namespace Name Mixin selector
      official a Lj;a(Ll;)I
      intermediary method_2885 Lnet/minecraft/class_955;method_2885(Lnet/minecraft/class_1007;)I
      named compareTo Lnet/minecraft/command/AbstractCommand;compareTo(Lnet/minecraft/command/Command;)I