Package net.minecraft.server.command
Class SetBlockCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.SetBlockCommand
- All Implemented Interfaces:
Comparable,Command
- Mappings:
Namespace Name official blintermediary net/minecraft/class_1860named net/minecraft/server/command/SetBlockCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandSource source, String[] args) intgetUsageTranslationKey(CommandSource source) method_3276(CommandSource source, String[] string) Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, getAliases, getAsPlayer, getBlock, getBoolean, getClampedDouble, getClampedInt, getDouble, getInt, getItem, getPlayer, isAccessible, isUsernameAtIndex, method_2883, method_2886, method_2888, method_2890, method_2893, method_2894, method_4635, method_5468, method_6332, method_6333, method_6334, method_8406, method_8407, method_8408, setCommandProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
SetBlockCommand
public SetBlockCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLaa;c()Ljava/lang/String;intermediary method_3277Lnet/minecraft/class_1007;method_3277()Ljava/lang/String;named getCommandNameLnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
-
getPermissionLevel
public int getPermissionLevel()- Overrides:
getPermissionLevelin classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLy;a()Iintermediary method_4634Lnet/minecraft/class_955;method_4634()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official cLaa;c(Lac;)Ljava/lang/String;intermediary method_3275Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
execute
- Mappings:
Namespace Name Mixin selector official bLaa;b(Lac;[Ljava/lang/String;)Vintermediary method_3279Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/class_1061;[Ljava/lang/String;)Vnamed executeLnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_3276
- Specified by:
method_3276in interfaceCommand- Overrides:
method_3276in classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLaa;a(Lac;[Ljava/lang/String;)Ljava/util/List;intermediary method_3276Lnet/minecraft/class_1007;method_3276(Lnet/minecraft/class_1061;[Ljava/lang/String;)Ljava/util/List;named method_3276Lnet/minecraft/command/Command;method_3276(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)Ljava/util/List;
-