Package net.minecraft.command
Class AbstractCommand
java.lang.Object
net.minecraft.command.AbstractCommand
- All Implemented Interfaces:
Comparable<Command>,Command
- Direct Known Subclasses:
AchievementCommand,BanCommand,BanIpCommand,BanListCommand,BlockDataCommand,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,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 iintermediary net/minecraft/class_1545named net/minecraft/command/AbstractCommand
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCommand.Coordinate -
Field Summary
Fields Modifier and Type Field Description private static CommandProvidercommandProvider -
Constructor Summary
Constructors Constructor Description AbstractCommand() -
Method Summary
Modifier and Type Method Description intcompareTo(Command command)static Stringconcat(Object[] args)static Stringconcat(Collection<String> strings)static Textconcat(List<Text> texts)List<String>getAliases()static ServerPlayerEntitygetAsPlayer(CommandSource source)List<String>getAutoCompleteHints(CommandSource source, String[] args, BlockPos pos)static BlockgetBlock(CommandSource source, String identifier)static BlockPosgetBlockPos(CommandSource source, String[] args, int permissionLevel, boolean bool)static AbstractCommand.CoordinategetCoordinate(double double2, String value, boolean bool)static AbstractCommand.CoordinategetCoordinate(double double2, String value, int min, int max, boolean bool)static List<Entity>getEntities(CommandSource source, String uuid)static EntitygetEntity(CommandSource source, String uuid)static <T extends Entity>
TgetEntity(CommandSource source, String uuid, Class<? extends T> entityClass)static ItemgetItem(CommandSource source, String identifier)intgetPermissionLevel()static ServerPlayerEntitygetPlayer(CommandSource source, String uuid)booleanisAccessible(CommandSource source)booleanisUsernameAtIndex(String[] args, int index)static booleanmethod_5667(String string, String string2)static Textmethod_5675(CommandSource source, String[] string, int int2)static Stringmethod_5678(String[] string, int int2)static List<String>method_5679(String[] string, int int2, BlockPos pos)static List<String>method_5680(String[] string, Collection<?> collection)static List<String>method_5681(String[] string, String[] string2)static Textmethod_5687(CommandSource source, String[] string, int int2, boolean bool)static List<String>method_5688(String[] string, int int2, BlockPos pos)static Stringmethod_5692(CommandSource source, String string)static Stringmethod_5693(CommandSource source, String string)static booleanparseBoolean(String value)static doubleparseClampedDouble(String value, double min)static doubleparseClampedDouble(String value, double min, double max)static intparseClampedInt(String value, int min)static intparseClampedInt(String value, int min, int max)static longparseClampedLong(String value, long min, long max)static doubleparseDouble(double double2, String value, boolean bool)static doubleparseDouble(double double2, String value, int min, int max, boolean bool)static doubleparseDouble(String value)static intparseInt(String value)static longparseLong(String value)static voidrun(CommandSource source, Command command, int permissionLevel, String label, Object[] args)static voidrun(CommandSource source, Command command, String label, Object[] args)static voidsetCommandProvider(CommandProvider provider)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.Command
execute, getCommandName, getUsageTranslationKey
-
Field Details
-
commandProvider
- Mappings:
Namespace Name Mixin selector official aLi;a:Lh;intermediary field_6363Lnet/minecraft/class_1545;field_6363:Lnet/minecraft/class_1515;named commandProviderLnet/minecraft/command/AbstractCommand;commandProvider:Lnet/minecraft/command/CommandProvider;
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
getPermissionLevel
public int getPermissionLevel()- Mappings:
Namespace Name Mixin selector official aLi;a()Iintermediary method_5657Lnet/minecraft/class_1545;method_5657()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getAliases
- Specified by:
getAliasesin interfaceCommand- Mappings:
Namespace Name Mixin selector official bLk;b()Ljava/util/List;intermediary method_5887Lnet/minecraft/class_1606;method_5887()Ljava/util/List;named getAliasesLnet/minecraft/command/Command;getAliases()Ljava/util/List;
-
isAccessible
- Specified by:
isAccessiblein interfaceCommand- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;)Zintermediary method_5884Lnet/minecraft/class_1606;method_5884(Lnet/minecraft/class_1659;)Znamed isAccessibleLnet/minecraft/command/Command;isAccessible(Lnet/minecraft/command/CommandSource;)Z
-
getAutoCompleteHints
- Specified by:
getAutoCompleteHintsin interfaceCommand- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;[Ljava/lang/String;Lcj;)Ljava/util/List;intermediary method_5886Lnet/minecraft/class_1606;method_5886(Lnet/minecraft/class_1659;[Ljava/lang/String;Lnet/minecraft/class_1372;)Ljava/util/List;named getAutoCompleteHintsLnet/minecraft/command/Command;getAutoCompleteHints(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
parseInt
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/lang/String;)Iintermediary method_5661Lnet/minecraft/class_1545;method_5661(Ljava/lang/String;)Inamed parseIntLnet/minecraft/command/AbstractCommand;parseInt(Ljava/lang/String;)I
-
parseClampedInt
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/lang/String;I)Iintermediary method_5664Lnet/minecraft/class_1545;method_5664(Ljava/lang/String;I)Inamed parseClampedIntLnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;I)I
-
parseClampedInt
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/lang/String;II)Iintermediary method_5665Lnet/minecraft/class_1545;method_5665(Ljava/lang/String;II)Inamed parseClampedIntLnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;II)I
-
parseLong
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official bLi;b(Ljava/lang/String;)Jintermediary method_5684Lnet/minecraft/class_1545;method_5684(Ljava/lang/String;)Jnamed parseLongLnet/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 aLi;a(Ljava/lang/String;JJ)Jintermediary method_5666Lnet/minecraft/class_1545;method_5666(Ljava/lang/String;JJ)Jnamed parseClampedLongLnet/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 aLi;a(Lm;[Ljava/lang/String;IZ)Lcj;intermediary method_5676Lnet/minecraft/class_1545;method_5676(Lnet/minecraft/class_1659;[Ljava/lang/String;IZ)Lnet/minecraft/class_1372;named getBlockPosLnet/minecraft/command/AbstractCommand;getBlockPos(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;IZ)Lnet/minecraft/util/math/BlockPos;
-
parseDouble
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official cLi;c(Ljava/lang/String;)Dintermediary method_5689Lnet/minecraft/class_1545;method_5689(Ljava/lang/String;)Dnamed parseDoubleLnet/minecraft/command/AbstractCommand;parseDouble(Ljava/lang/String;)D
-
parseClampedDouble
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/lang/String;D)Dintermediary method_5662Lnet/minecraft/class_1545;method_5662(Ljava/lang/String;D)Dnamed parseClampedDoubleLnet/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 aLi;a(Ljava/lang/String;DD)Dintermediary method_5663Lnet/minecraft/class_1545;method_5663(Ljava/lang/String;DD)Dnamed parseClampedDoubleLnet/minecraft/command/AbstractCommand;parseClampedDouble(Ljava/lang/String;DD)D
-
parseBoolean
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official dLi;d(Ljava/lang/String;)Zintermediary method_5691Lnet/minecraft/class_1545;method_5691(Ljava/lang/String;)Znamed parseBooleanLnet/minecraft/command/AbstractCommand;parseBoolean(Ljava/lang/String;)Z
-
getAsPlayer
- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official bLi;b(Lm;)Llf;intermediary method_5685Lnet/minecraft/class_1545;method_5685(Lnet/minecraft/class_1659;)Lnet/minecraft/class_1637;named getAsPlayerLnet/minecraft/command/AbstractCommand;getAsPlayer(Lnet/minecraft/command/CommandSource;)Lnet/minecraft/server/network/ServerPlayerEntity;
-
getPlayer
public static ServerPlayerEntity getPlayer(CommandSource source, String uuid) throws PlayerNotFoundException- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official aLi;a(Lm;Ljava/lang/String;)Llf;intermediary method_5671Lnet/minecraft/class_1545;method_5671(Lnet/minecraft/class_1659;Ljava/lang/String;)Lnet/minecraft/class_1637;named getPlayerLnet/minecraft/command/AbstractCommand;getPlayer(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/server/network/ServerPlayerEntity;
-
getEntity
- Throws:
EntityNotFoundException- Mappings:
Namespace Name Mixin selector official bLi;b(Lm;Ljava/lang/String;)Lpk;intermediary method_5686Lnet/minecraft/class_1545;method_5686(Lnet/minecraft/class_1659;Ljava/lang/String;)Lnet/minecraft/class_1745;named getEntityLnet/minecraft/command/AbstractCommand;getEntity(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/entity/Entity;
-
getEntity
public static <T extends Entity> T getEntity(CommandSource source, String uuid, Class<? extends T> entityClass) throws EntityNotFoundException- Throws:
EntityNotFoundException- Mappings:
Namespace Name Mixin selector official aLi;a(Lm;Ljava/lang/String;Ljava/lang/Class;)Lpk;intermediary method_5672Lnet/minecraft/class_1545;method_5672(Lnet/minecraft/class_1659;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/class_1745;named getEntityLnet/minecraft/command/AbstractCommand;getEntity(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/entity/Entity;
-
getEntities
public static List<Entity> getEntities(CommandSource source, String uuid) throws EntityNotFoundException- Throws:
EntityNotFoundException- Mappings:
Namespace Name Mixin selector official cLi;c(Lm;Ljava/lang/String;)Ljava/util/List;intermediary method_5690Lnet/minecraft/class_1545;method_5690(Lnet/minecraft/class_1659;Ljava/lang/String;)Ljava/util/List;named getEntitiesLnet/minecraft/command/AbstractCommand;getEntities(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/util/List;
-
method_5692
public static String method_5692(CommandSource source, String string) throws PlayerNotFoundException- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official dLi;d(Lm;Ljava/lang/String;)Ljava/lang/String;intermediary method_5692Lnet/minecraft/class_1545;method_5692(Lnet/minecraft/class_1659;Ljava/lang/String;)Ljava/lang/String;named method_5692Lnet/minecraft/command/AbstractCommand;method_5692(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/lang/String;
-
method_5693
public static String method_5693(CommandSource source, String string) throws EntityNotFoundException- Throws:
EntityNotFoundException- Mappings:
Namespace Name Mixin selector official eLi;e(Lm;Ljava/lang/String;)Ljava/lang/String;intermediary method_5693Lnet/minecraft/class_1545;method_5693(Lnet/minecraft/class_1659;Ljava/lang/String;)Ljava/lang/String;named method_5693Lnet/minecraft/command/AbstractCommand;method_5693(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/lang/String;
-
method_5675
public static Text method_5675(CommandSource source, String[] string, int int2) throws PlayerNotFoundException- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official aLi;a(Lm;[Ljava/lang/String;I)Leu;intermediary method_5675Lnet/minecraft/class_1545;method_5675(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Lnet/minecraft/class_1444;named method_5675Lnet/minecraft/command/AbstractCommand;method_5675(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)Lnet/minecraft/text/Text;
-
method_5687
public static Text method_5687(CommandSource source, String[] string, int int2, boolean bool) throws PlayerNotFoundException- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official bLi;b(Lm;[Ljava/lang/String;IZ)Leu;intermediary method_5687Lnet/minecraft/class_1545;method_5687(Lnet/minecraft/class_1659;[Ljava/lang/String;IZ)Lnet/minecraft/class_1444;named method_5687Lnet/minecraft/command/AbstractCommand;method_5687(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;IZ)Lnet/minecraft/text/Text;
-
method_5678
- Mappings:
Namespace Name Mixin selector official aLi;a([Ljava/lang/String;I)Ljava/lang/String;intermediary method_5678Lnet/minecraft/class_1545;method_5678([Ljava/lang/String;I)Ljava/lang/String;named method_5678Lnet/minecraft/command/AbstractCommand;method_5678([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 aLi;a(DLjava/lang/String;Z)Li$a;intermediary method_5659Lnet/minecraft/class_1545;method_5659(DLjava/lang/String;Z)Lnet/minecraft/class_1545$class_1546;named getCoordinateLnet/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 aLi;a(DLjava/lang/String;IIZ)Li$a;intermediary method_5658Lnet/minecraft/class_1545;method_5658(DLjava/lang/String;IIZ)Lnet/minecraft/class_1545$class_1546;named getCoordinateLnet/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 bLi;b(DLjava/lang/String;Z)Dintermediary method_5683Lnet/minecraft/class_1545;method_5683(DLjava/lang/String;Z)Dnamed parseDoubleLnet/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 bLi;b(DLjava/lang/String;IIZ)Dintermediary method_5682Lnet/minecraft/class_1545;method_5682(DLjava/lang/String;IIZ)Dnamed parseDoubleLnet/minecraft/command/AbstractCommand;parseDouble(DLjava/lang/String;IIZ)D
-
getItem
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official fLi;f(Lm;Ljava/lang/String;)Lzw;intermediary method_5694Lnet/minecraft/class_1545;method_5694(Lnet/minecraft/class_1659;Ljava/lang/String;)Lnet/minecraft/class_2054;named getItemLnet/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 gLi;g(Lm;Ljava/lang/String;)Lafh;intermediary method_5695Lnet/minecraft/class_1545;method_5695(Lnet/minecraft/class_1659;Ljava/lang/String;)Lnet/minecraft/class_160;named getBlockLnet/minecraft/command/AbstractCommand;getBlock(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/block/Block;
-
concat
- Mappings:
Namespace Name Mixin selector official aLi;a([Ljava/lang/Object;)Ljava/lang/String;intermediary method_5677Lnet/minecraft/class_1545;method_5677([Ljava/lang/Object;)Ljava/lang/String;named concatLnet/minecraft/command/AbstractCommand;concat([Ljava/lang/Object;)Ljava/lang/String;
-
concat
- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/util/List;)Leu;intermediary method_5669Lnet/minecraft/class_1545;method_5669(Ljava/util/List;)Lnet/minecraft/class_1444;named concatLnet/minecraft/command/AbstractCommand;concat(Ljava/util/List;)Lnet/minecraft/text/Text;
-
concat
- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/util/Collection;)Ljava/lang/String;intermediary method_5668Lnet/minecraft/class_1545;method_5668(Ljava/util/Collection;)Ljava/lang/String;named concatLnet/minecraft/command/AbstractCommand;concat(Ljava/util/Collection;)Ljava/lang/String;
-
method_5679
- Mappings:
Namespace Name Mixin selector official aLi;a([Ljava/lang/String;ILcj;)Ljava/util/List;intermediary method_5679Lnet/minecraft/class_1545;method_5679([Ljava/lang/String;ILnet/minecraft/class_1372;)Ljava/util/List;named method_5679Lnet/minecraft/command/AbstractCommand;method_5679([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_5688
- Mappings:
Namespace Name Mixin selector official bLi;b([Ljava/lang/String;ILcj;)Ljava/util/List;intermediary method_5688Lnet/minecraft/class_1545;method_5688([Ljava/lang/String;ILnet/minecraft/class_1372;)Ljava/util/List;named method_5688Lnet/minecraft/command/AbstractCommand;method_5688([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_5667
- Mappings:
Namespace Name Mixin selector official aLi;a(Ljava/lang/String;Ljava/lang/String;)Zintermediary method_5667Lnet/minecraft/class_1545;method_5667(Ljava/lang/String;Ljava/lang/String;)Znamed method_5667Lnet/minecraft/command/AbstractCommand;method_5667(Ljava/lang/String;Ljava/lang/String;)Z
-
method_5681
- Mappings:
Namespace Name Mixin selector official aLi;a([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;intermediary method_5681Lnet/minecraft/class_1545;method_5681([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;named method_5681Lnet/minecraft/command/AbstractCommand;method_5681([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
-
method_5680
- Mappings:
Namespace Name Mixin selector official aLi;a([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;intermediary method_5680Lnet/minecraft/class_1545;method_5680([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;named method_5680Lnet/minecraft/command/AbstractCommand;method_5680([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;
-
isUsernameAtIndex
- Specified by:
isUsernameAtIndexin interfaceCommand- Mappings:
Namespace Name Mixin selector official bLk;b([Ljava/lang/String;I)Zintermediary method_5888Lnet/minecraft/class_1606;method_5888([Ljava/lang/String;I)Znamed isUsernameAtIndexLnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z
-
run
- Mappings:
Namespace Name Mixin selector official aLi;a(Lm;Lk;Ljava/lang/String;[Ljava/lang/Object;)Vintermediary method_5674Lnet/minecraft/class_1545;method_5674(Lnet/minecraft/class_1659;Lnet/minecraft/class_1606;Ljava/lang/String;[Ljava/lang/Object;)Vnamed runLnet/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 aLi;a(Lm;Lk;ILjava/lang/String;[Ljava/lang/Object;)Vintermediary method_5673Lnet/minecraft/class_1545;method_5673(Lnet/minecraft/class_1659;Lnet/minecraft/class_1606;ILjava/lang/String;[Ljava/lang/Object;)Vnamed runLnet/minecraft/command/AbstractCommand;run(Lnet/minecraft/command/CommandSource;Lnet/minecraft/command/Command;ILjava/lang/String;[Ljava/lang/Object;)V
-
setCommandProvider
- Mappings:
Namespace Name Mixin selector official aLi;a(Lh;)Vintermediary method_5660Lnet/minecraft/class_1545;method_5660(Lnet/minecraft/class_1515;)Vnamed setCommandProviderLnet/minecraft/command/AbstractCommand;setCommandProvider(Lnet/minecraft/command/CommandProvider;)V
-
compareTo
- Specified by:
compareToin interfaceComparable<Command>- Mappings:
Namespace Name Mixin selector official aLi;a(Lk;)Iintermediary method_5670Lnet/minecraft/class_1545;method_5670(Lnet/minecraft/class_1606;)Inamed compareToLnet/minecraft/command/AbstractCommand;compareTo(Lnet/minecraft/command/Command;)I
-