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,class_3029,class_3064,class_3317,class_3321,class_3322,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
- Mappings:
Namespace Name official biintermediary net/minecraft/class_955named net/minecraft/command/AbstractCommand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Splitterprivate static CommandProviderprivate static final Splitter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic Stringstatic Stringconcat(Collection<String> strings) static Textstatic ServerPlayerEntitygetAsPlayer(CommandSource source) 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 NbtCompoundgetEntityNbt(Entity entity) static ItemgetItem(CommandSource source, String identifier) intbooleanisUsernameAtIndex(String[] args, int index) static Stringmethod_10706(String[] string, int int2) method_10707(String[] string, int int2, BlockPos pos) method_10708(String[] string, Collection<?> collection) static Entitymethod_10711(MinecraftServer minecraftServer, CommandSource commandSource, String string) method_10712(String[] string, int int2, BlockPos pos) method_10738(MinecraftServer server, CommandSource source, String[] string, BlockPos pos) protected static SyntaxExceptionmethod_12701(JsonParseException jsonParseException) static <T extends Entity>
Tmethod_12702(MinecraftServer minecraftServer, CommandSource commandSource, String string, Class<? extends T> class2) method_12704(MinecraftServer minecraftServer, CommandSource commandSource, String string) static Stringmethod_12705(MinecraftServer minecraftServer, CommandSource commandSource, String string) static Stringmethod_12706(MinecraftServer minecraftServer, CommandSource commandSource, String string) static BlockStatemethod_13901(Block block, String string) private static <T extends Comparable<T>>
BlockStatemethod_13902(BlockState blockState, Property<T> property, Comparable<?> comparable) private static <T extends Comparable<T>>
Tmethod_13903(Property<T> property, String string) static Predicate<BlockState>method_13904(Block block, String string) private static Map<Property<?>,Comparable<?>> method_13905(Block block, String string) static List<ServerPlayerEntity>method_14455(MinecraftServer minecraftServer, CommandSource commandSource, String string) private static ServerPlayerEntitymethod_14456(MinecraftServer minecraftServer, ServerPlayerEntity serverPlayerEntity, String string) static booleanmethod_2883(String string, String string2) method_2894(String[] string, String[] string2) booleanmethod_3278(MinecraftServer server, CommandSource source) static Textmethod_4635(CommandSource source, String[] string, int int2) static ServerPlayerEntitymethod_4639(MinecraftServer minecraftServer, CommandSource commandSource, String string) static Textmethod_8406(CommandSource source, String[] string, int int2, boolean bool) 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 intstatic longstatic 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
getCommandName, getUsageTranslationKey, method_3279
-
Field Details
-
commandProvider
- Mappings:
Namespace Name Mixin selector official aLbi;a:Lbh;intermediary field_3733Lnet/minecraft/class_955;field_3733:Lnet/minecraft/class_928;named commandProviderLnet/minecraft/command/AbstractCommand;commandProvider:Lnet/minecraft/command/CommandProvider;
-
COMMA_SPLITTER
- Mappings:
Namespace Name Mixin selector official bLbi;b:Lcom/google/common/base/Splitter;intermediary field_15351Lnet/minecraft/class_955;field_15351:Lcom/google/common/base/Splitter;named COMMA_SPLITTERLnet/minecraft/command/AbstractCommand;COMMA_SPLITTER:Lcom/google/common/base/Splitter;
-
EQUAL_SPLITTER
- Mappings:
Namespace Name Mixin selector official cLbi;c:Lcom/google/common/base/Splitter;intermediary field_15352Lnet/minecraft/class_955;field_15352:Lcom/google/common/base/Splitter;named EQUAL_SPLITTERLnet/minecraft/command/AbstractCommand;EQUAL_SPLITTER:Lcom/google/common/base/Splitter;
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
method_12701
- Mappings:
Namespace Name Mixin selector official aLbi;a(Lcom/google/gson/JsonParseException;)Lem;intermediary method_12701Lnet/minecraft/class_955;method_12701(Lcom/google/gson/JsonParseException;)Lnet/minecraft/class_96;named method_12701Lnet/minecraft/command/AbstractCommand;method_12701(Lcom/google/gson/JsonParseException;)Lnet/minecraft/command/SyntaxException;
-
getEntityNbt
- Mappings:
Namespace Name Mixin selector official aLbi;a(Lvg;)Lfy;intermediary method_12703Lnet/minecraft/class_955;method_12703(Lnet/minecraft/class_864;)Lnet/minecraft/class_322;named getEntityNbtLnet/minecraft/command/AbstractCommand;getEntityNbt(Lnet/minecraft/entity/Entity;)Lnet/minecraft/nbt/NbtCompound;
-
getPermissionLevel
public int getPermissionLevel()- Mappings:
Namespace Name Mixin selector official aLbi;a()Iintermediary method_4634Lnet/minecraft/class_955;method_4634()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getAliases
- Specified by:
getAliasesin interfaceCommand- Mappings:
Namespace Name Mixin selector official bLbk;b()Ljava/util/List;intermediary method_3274Lnet/minecraft/class_1007;method_3274()Ljava/util/List;named getAliasesLnet/minecraft/command/Command;getAliases()Ljava/util/List;
-
method_3278
- Specified by:
method_3278in interfaceCommand- Mappings:
Namespace Name Mixin selector official aLbk;a(Lnet/minecraft/server/MinecraftServer;Lbn;)Zintermediary method_3278Lnet/minecraft/class_1007;method_3278(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;)Znamed method_3278Lnet/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_10738in interfaceCommand- Mappings:
Namespace Name Mixin selector official aLbk;a(Lnet/minecraft/server/MinecraftServer;Lbn;[Ljava/lang/String;Let;)Ljava/util/List;intermediary method_10738Lnet/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_10738Lnet/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
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;)Iintermediary method_10701Lnet/minecraft/class_955;method_10701(Ljava/lang/String;)Inamed parseIntLnet/minecraft/command/AbstractCommand;parseInt(Ljava/lang/String;)I
-
parseClampedInt
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;I)Iintermediary method_2888Lnet/minecraft/class_955;method_2888(Ljava/lang/String;I)Inamed parseClampedIntLnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;I)I
-
parseClampedInt
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;II)Iintermediary method_2889Lnet/minecraft/class_955;method_2889(Ljava/lang/String;II)Inamed parseClampedIntLnet/minecraft/command/AbstractCommand;parseClampedInt(Ljava/lang/String;II)I
-
parseLong
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official bLbi;b(Ljava/lang/String;)Jintermediary method_10710Lnet/minecraft/class_955;method_10710(Ljava/lang/String;)Jnamed parseLongLnet/minecraft/command/AbstractCommand;parseLong(Ljava/lang/String;)J
-
parseClampedLong
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;JJ)Jintermediary method_10702Lnet/minecraft/class_955;method_10702(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 aLbi;a(Lbn;[Ljava/lang/String;IZ)Let;intermediary method_10705Lnet/minecraft/class_955;method_10705(Lnet/minecraft/class_1061;[Ljava/lang/String;IZ)Lnet/minecraft/class_2552;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 cLbi;c(Ljava/lang/String;)Dintermediary method_4637Lnet/minecraft/class_955;method_4637(Ljava/lang/String;)Dnamed parseDoubleLnet/minecraft/command/AbstractCommand;parseDouble(Ljava/lang/String;)D
-
parseClampedDouble
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;D)Dintermediary method_6334Lnet/minecraft/class_955;method_6334(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 aLbi;a(Ljava/lang/String;DD)Dintermediary method_6335Lnet/minecraft/class_955;method_6335(Ljava/lang/String;DD)Dnamed parseClampedDoubleLnet/minecraft/command/AbstractCommand;parseClampedDouble(Ljava/lang/String;DD)D
-
parseBoolean
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official dLbi;d(Ljava/lang/String;)Zintermediary method_6337Lnet/minecraft/class_955;method_6337(Ljava/lang/String;)Znamed parseBooleanLnet/minecraft/command/AbstractCommand;parseBoolean(Ljava/lang/String;)Z
-
getAsPlayer
- Throws:
PlayerNotFoundException- Mappings:
Namespace Name Mixin selector official aLbi;a(Lbn;)Loq;intermediary method_4638Lnet/minecraft/class_955;method_4638(Lnet/minecraft/class_1061;)Lnet/minecraft/class_798;named getAsPlayerLnet/minecraft/command/AbstractCommand;getAsPlayer(Lnet/minecraft/command/CommandSource;)Lnet/minecraft/entity/player/ServerPlayerEntity;
-
method_14455
public static List<ServerPlayerEntity> method_14455(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbi;a(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Ljava/util/List;intermediary method_14455Lnet/minecraft/class_955;method_14455(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/util/List;named method_14455Lnet/minecraft/command/AbstractCommand;method_14455(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/util/List;
-
method_4639
public static ServerPlayerEntity method_4639(MinecraftServer minecraftServer, CommandSource commandSource, String string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official bLbi;b(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Loq;intermediary method_4639Lnet/minecraft/class_955;method_4639(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_798;named method_4639Lnet/minecraft/command/AbstractCommand;method_4639(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/entity/player/ServerPlayerEntity;
-
method_14456
private static ServerPlayerEntity method_14456(MinecraftServer minecraftServer, @Nullable ServerPlayerEntity serverPlayerEntity, String string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbi;a(Lnet/minecraft/server/MinecraftServer;Loq;Ljava/lang/String;)Loq;intermediary method_14456Lnet/minecraft/class_955;method_14456(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_798;Ljava/lang/String;)Lnet/minecraft/class_798;named method_14456Lnet/minecraft/command/AbstractCommand;method_14456(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/entity/player/ServerPlayerEntity;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 cLbi;c(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Lvg;intermediary method_10711Lnet/minecraft/class_955;method_10711(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_864;named method_10711Lnet/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 aLbi;a(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;Ljava/lang/Class;)Lvg;intermediary method_12702Lnet/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_12702Lnet/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 dLbi;d(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Ljava/util/List;intermediary method_12704Lnet/minecraft/class_955;method_12704(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/util/List;named method_12704Lnet/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 eLbi;e(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Ljava/lang/String;intermediary method_12705Lnet/minecraft/class_955;method_12705(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/lang/String;named method_12705Lnet/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 fLbi;f(Lnet/minecraft/server/MinecraftServer;Lbn;Ljava/lang/String;)Ljava/lang/String;intermediary method_12706Lnet/minecraft/class_955;method_12706(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/lang/String;named method_12706Lnet/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 aLbi;a(Lbn;[Ljava/lang/String;I)Lhh;intermediary method_4635Lnet/minecraft/class_955;method_4635(Lnet/minecraft/class_1061;[Ljava/lang/String;I)Lnet/minecraft/class_1982;named method_4635Lnet/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 bLbi;b(Lbn;[Ljava/lang/String;IZ)Lhh;intermediary method_8406Lnet/minecraft/class_955;method_8406(Lnet/minecraft/class_1061;[Ljava/lang/String;IZ)Lnet/minecraft/class_1982;named method_8406Lnet/minecraft/command/AbstractCommand;method_8406(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;IZ)Lnet/minecraft/text/Text;
-
method_10706
- Mappings:
Namespace Name Mixin selector official aLbi;a([Ljava/lang/String;I)Ljava/lang/String;intermediary method_10706Lnet/minecraft/class_955;method_10706([Ljava/lang/String;I)Ljava/lang/String;named method_10706Lnet/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 aLbi;a(DLjava/lang/String;Z)Lbi$a;intermediary method_10700Lnet/minecraft/class_955;method_10700(DLjava/lang/String;Z)Lnet/minecraft/class_955$class_2588;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 aLbi;a(DLjava/lang/String;IIZ)Lbi$a;intermediary method_10699Lnet/minecraft/class_955;method_10699(DLjava/lang/String;IIZ)Lnet/minecraft/class_955$class_2588;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 bLbi;b(DLjava/lang/String;Z)Dintermediary method_10709Lnet/minecraft/class_955;method_10709(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 bLbi;b(DLjava/lang/String;IIZ)Dintermediary method_6333Lnet/minecraft/class_955;method_6333(DLjava/lang/String;IIZ)Dnamed parseDoubleLnet/minecraft/command/AbstractCommand;parseDouble(DLjava/lang/String;IIZ)D
-
getItem
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official aLbi;a(Lbn;Ljava/lang/String;)Lain;intermediary method_8409Lnet/minecraft/class_955;method_8409(Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_1069;named getItemLnet/minecraft/command/AbstractCommand;getItem(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Lnet/minecraft/item/Item;
-
getBlock
- Throws:
InvalidNumberException- Mappings:
Namespace Name Mixin selector official bLbi;b(Lbn;Ljava/lang/String;)Laow;intermediary method_8410Lnet/minecraft/class_955;method_8410(Lnet/minecraft/class_1061;Ljava/lang/String;)Lnet/minecraft/class_197;named getBlockLnet/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:
InvalidNumberExceptionclass_3113- Mappings:
Namespace Name Mixin selector official aLbi;a(Laow;Ljava/lang/String;)Lawt;intermediary method_13901Lnet/minecraft/class_955;method_13901(Lnet/minecraft/class_197;Ljava/lang/String;)Lnet/minecraft/class_2232;named method_13901Lnet/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 aLbi;a(Lawt;Laxj;Ljava/lang/Comparable;)Lawt;intermediary method_13902Lnet/minecraft/class_955;method_13902(Lnet/minecraft/class_2232;Lnet/minecraft/class_2247;Ljava/lang/Comparable;)Lnet/minecraft/class_2232;named method_13902Lnet/minecraft/command/AbstractCommand;method_13902(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Lnet/minecraft/block/BlockState;
-
method_13904
- Throws:
class_3113- Mappings:
Namespace Name Mixin selector official bLbi;b(Laow;Ljava/lang/String;)Lcom/google/common/base/Predicate;intermediary method_13904Lnet/minecraft/class_955;method_13904(Lnet/minecraft/class_197;Ljava/lang/String;)Lcom/google/common/base/Predicate;named method_13904Lnet/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 cLbi;c(Laow;Ljava/lang/String;)Ljava/util/Map;intermediary method_13905Lnet/minecraft/class_955;method_13905(Lnet/minecraft/class_197;Ljava/lang/String;)Ljava/util/Map;named method_13905Lnet/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 aLbi;a(Laxj;Ljava/lang/String;)Ljava/lang/Comparable;intermediary method_13903Lnet/minecraft/class_955;method_13903(Lnet/minecraft/class_2247;Ljava/lang/String;)Ljava/lang/Comparable;named method_13903Lnet/minecraft/command/AbstractCommand;method_13903(Lnet/minecraft/state/property/Property;Ljava/lang/String;)Ljava/lang/Comparable;
-
concat
- Mappings:
Namespace Name Mixin selector official aLbi;a([Ljava/lang/Object;)Ljava/lang/String;intermediary method_2891Lnet/minecraft/class_955;method_2891([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 aLbi;a(Ljava/util/List;)Lhh;intermediary method_10703Lnet/minecraft/class_955;method_10703(Ljava/util/List;)Lnet/minecraft/class_1982;named concatLnet/minecraft/command/AbstractCommand;concat(Ljava/util/List;)Lnet/minecraft/text/Text;
-
concat
- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/util/Collection;)Ljava/lang/String;intermediary method_5467Lnet/minecraft/class_955;method_5467(Ljava/util/Collection;)Ljava/lang/String;named concatLnet/minecraft/command/AbstractCommand;concat(Ljava/util/Collection;)Ljava/lang/String;
-
method_10707
- Mappings:
Namespace Name Mixin selector official aLbi;a([Ljava/lang/String;ILet;)Ljava/util/List;intermediary method_10707Lnet/minecraft/class_955;method_10707([Ljava/lang/String;ILnet/minecraft/class_2552;)Ljava/util/List;named method_10707Lnet/minecraft/command/AbstractCommand;method_10707([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_10712
- Mappings:
Namespace Name Mixin selector official bLbi;b([Ljava/lang/String;ILet;)Ljava/util/List;intermediary method_10712Lnet/minecraft/class_955;method_10712([Ljava/lang/String;ILnet/minecraft/class_2552;)Ljava/util/List;named method_10712Lnet/minecraft/command/AbstractCommand;method_10712([Ljava/lang/String;ILnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_2883
- Mappings:
Namespace Name Mixin selector official aLbi;a(Ljava/lang/String;Ljava/lang/String;)Zintermediary method_2883Lnet/minecraft/class_955;method_2883(Ljava/lang/String;Ljava/lang/String;)Znamed method_2883Lnet/minecraft/command/AbstractCommand;method_2883(Ljava/lang/String;Ljava/lang/String;)Z
-
method_2894
- Mappings:
Namespace Name Mixin selector official aLbi;a([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;intermediary method_2894Lnet/minecraft/class_955;method_2894([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;named method_2894Lnet/minecraft/command/AbstractCommand;method_2894([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/List;
-
method_10708
- Mappings:
Namespace Name Mixin selector official aLbi;a([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;intermediary method_10708Lnet/minecraft/class_955;method_10708([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;named method_10708Lnet/minecraft/command/AbstractCommand;method_10708([Ljava/lang/String;Ljava/util/Collection;)Ljava/util/List;
-
isUsernameAtIndex
- Specified by:
isUsernameAtIndexin interfaceCommand- Mappings:
Namespace Name Mixin selector official bLbk;b([Ljava/lang/String;I)Zintermediary method_4674Lnet/minecraft/class_1007;method_4674([Ljava/lang/String;I)Znamed isUsernameAtIndexLnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z
-
run
- Mappings:
Namespace Name Mixin selector official aLbi;a(Lbn;Lbk;Ljava/lang/String;[Ljava/lang/Object;)Vintermediary method_2890Lnet/minecraft/class_955;method_2890(Lnet/minecraft/class_1061;Lnet/minecraft/class_1007;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 aLbi;a(Lbn;Lbk;ILjava/lang/String;[Ljava/lang/Object;)Vintermediary method_2886Lnet/minecraft/class_955;method_2886(Lnet/minecraft/class_1061;Lnet/minecraft/class_1007;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 aLbi;a(Lbh;)Vintermediary method_2884Lnet/minecraft/class_955;method_2884(Lnet/minecraft/class_928;)Vnamed setCommandProviderLnet/minecraft/command/AbstractCommand;setCommandProvider(Lnet/minecraft/command/CommandProvider;)V
-
compareTo
- Specified by:
compareToin interfaceComparable<Command>- Mappings:
Namespace Name Mixin selector official aLbi;a(Lbk;)Iintermediary method_2885Lnet/minecraft/class_955;method_2885(Lnet/minecraft/class_1007;)Inamed compareToLnet/minecraft/command/AbstractCommand;compareTo(Lnet/minecraft/command/Command;)I
-