Package net.minecraft.server.command
Class DebugCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.DebugCommand
- All Implemented Interfaces:
Comparable<Command>,Command
public class DebugCommand extends AbstractCommand
- Mappings:
Namespace Name official xintermediary net/minecraft/class_1977named net/minecraft/server/command/DebugCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Field Summary
Fields Modifier and Type Field Description private static Loggerfield_8428private longfield_8429private intfield_8430 -
Constructor Summary
Constructors Constructor Description DebugCommand() -
Method Summary
Modifier and Type Method Description voidexecute(CommandSource source, String[] args)List<String>getAutoCompleteHints(CommandSource source, String[] args, BlockPos pos)StringgetCommandName()intgetPermissionLevel()StringgetUsageTranslationKey(CommandSource source)private voidmethod_8073(int int2, String string, StringBuilder stringBuilder)private voidmethod_8074(long long2, int int2)private Stringmethod_8075(long long2, int int2)private static Stringmethod_8076()Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAliases, getAsPlayer, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntities, getEntity, getEntity, getItem, getPlayer, isAccessible, isUsernameAtIndex, method_5667, method_5675, method_5678, method_5679, method_5680, method_5681, method_5687, method_5688, method_5692, method_5693, parseBoolean, parseClampedDouble, parseClampedDouble, parseClampedInt, parseClampedInt, parseClampedLong, parseDouble, parseDouble, parseDouble, parseInt, parseLong, run, run, setCommandProvider
-
Field Details
-
field_8428
- Mappings:
Namespace Name Mixin selector official aLx;a:Lorg/apache/logging/log4j/Logger;intermediary field_8428Lnet/minecraft/class_1977;field_8428:Lorg/apache/logging/log4j/Logger;named field_8428Lnet/minecraft/server/command/DebugCommand;field_8428:Lorg/apache/logging/log4j/Logger;
-
field_8429
private long field_8429- Mappings:
Namespace Name Mixin selector official bLx;b:Jintermediary field_8429Lnet/minecraft/class_1977;field_8429:Jnamed field_8429Lnet/minecraft/server/command/DebugCommand;field_8429:J
-
field_8430
private int field_8430- Mappings:
Namespace Name Mixin selector official cLx;c:Iintermediary field_8430Lnet/minecraft/class_1977;field_8430:Inamed field_8430Lnet/minecraft/server/command/DebugCommand;field_8430:I
-
-
Constructor Details
-
DebugCommand
public DebugCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLk;c()Ljava/lang/String;intermediary method_5889Lnet/minecraft/class_1606;method_5889()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 aLi;a()Iintermediary method_5657Lnet/minecraft/class_1545;method_5657()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official cLk;c(Lm;)Ljava/lang/String;intermediary method_5890Lnet/minecraft/class_1606;method_5890(Lnet/minecraft/class_1659;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
execute
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;[Ljava/lang/String;)Vintermediary method_5885Lnet/minecraft/class_1606;method_5885(Lnet/minecraft/class_1659;[Ljava/lang/String;)Vnamed executeLnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_8074
private void method_8074(long long2, int int2)- Mappings:
Namespace Name Mixin selector official aLx;a(JI)Vintermediary method_8074Lnet/minecraft/class_1977;method_8074(JI)Vnamed method_8074Lnet/minecraft/server/command/DebugCommand;method_8074(JI)V
-
method_8075
- Mappings:
Namespace Name Mixin selector official bLx;b(JI)Ljava/lang/String;intermediary method_8075Lnet/minecraft/class_1977;method_8075(JI)Ljava/lang/String;named method_8075Lnet/minecraft/server/command/DebugCommand;method_8075(JI)Ljava/lang/String;
-
method_8073
- Mappings:
Namespace Name Mixin selector official aLx;a(ILjava/lang/String;Ljava/lang/StringBuilder;)Vintermediary method_8073Lnet/minecraft/class_1977;method_8073(ILjava/lang/String;Ljava/lang/StringBuilder;)Vnamed method_8073Lnet/minecraft/server/command/DebugCommand;method_8073(ILjava/lang/String;Ljava/lang/StringBuilder;)V
-
method_8076
- Mappings:
Namespace Name Mixin selector official dLx;d()Ljava/lang/String;intermediary method_8076Lnet/minecraft/class_1977;method_8076()Ljava/lang/String;named method_8076Lnet/minecraft/server/command/DebugCommand;method_8076()Ljava/lang/String;
-
getAutoCompleteHints
- Specified by:
getAutoCompleteHintsin interfaceCommand- Overrides:
getAutoCompleteHintsin classAbstractCommand- 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;
-