Package net.minecraft.server.command
Class Console
java.lang.Object
net.minecraft.server.command.Console
- All Implemented Interfaces:
CommandSource
- Mappings:
Namespace Name official niintermediary net/minecraft/class_808named net/minecraft/server/command/Console
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUseCommand(int permissionLevel, String commandLiteral) voiddestroy()getWorld()voidsendMessage(Text text)
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLni;a:Lni;intermediary field_2927Lnet/minecraft/class_808;field_2927:Lnet/minecraft/class_808;named INSTANCELnet/minecraft/server/command/Console;INSTANCE:Lnet/minecraft/server/command/Console;
-
text
- Mappings:
Namespace Name Mixin selector official bLni;b:Ljava/lang/StringBuffer;intermediary field_2928Lnet/minecraft/class_808;field_2928:Ljava/lang/StringBuffer;named textLnet/minecraft/server/command/Console;text:Ljava/lang/StringBuffer;
-
-
Constructor Details
-
Console
public Console()
-
-
Method Details
-
destroy
public void destroy()- Mappings:
Namespace Name Mixin selector official eLni;e()Vintermediary method_2218Lnet/minecraft/class_808;method_2218()Vnamed destroyLnet/minecraft/server/command/Console;destroy()V
-
getTextAsString
- Mappings:
Namespace Name Mixin selector official fLni;f()Ljava/lang/String;intermediary method_2219Lnet/minecraft/class_808;method_2219()Ljava/lang/String;named getTextAsStringLnet/minecraft/server/command/Console;getTextAsString()Ljava/lang/String;
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official b_Lac;b_()Ljava/lang/String;intermediary method_2518Lnet/minecraft/class_1061;method_2518()Ljava/lang/String;named getTranslationKeyLnet/minecraft/command/CommandSource;getTranslationKey()Ljava/lang/String;
-
method_6344
- Specified by:
method_6344in interfaceCommandSource- Mappings:
Namespace Name Mixin selector official c_Lac;c_()Lez;intermediary method_6344Lnet/minecraft/class_1061;method_6344()Lnet/minecraft/class_1982;named method_6344Lnet/minecraft/command/CommandSource;method_6344()Lnet/minecraft/text/Text;
-
sendMessage
- Specified by:
sendMessagein interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLac;a(Lez;)Vintermediary method_5505Lnet/minecraft/class_1061;method_5505(Lnet/minecraft/class_1982;)Vnamed sendMessageLnet/minecraft/command/CommandSource;sendMessage(Lnet/minecraft/text/Text;)V
-
canUseCommand
- Specified by:
canUseCommandin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLac;a(ILjava/lang/String;)Zintermediary method_3333Lnet/minecraft/class_1061;method_3333(ILjava/lang/String;)Znamed canUseCommandLnet/minecraft/command/CommandSource;canUseCommand(ILjava/lang/String;)Z
-
method_4086
- Specified by:
method_4086in interfaceCommandSource- Mappings:
Namespace Name Mixin selector official f_Lac;f_()Lr;intermediary method_4086Lnet/minecraft/class_1061;method_4086()Lnet/minecraft/class_851;named method_4086Lnet/minecraft/command/CommandSource;method_4086()Lnet/minecraft/util/math/BlockPos;
-
getWorld
- Specified by:
getWorldin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official dLac;d()Lafm;intermediary method_5506Lnet/minecraft/class_1061;method_5506()Lnet/minecraft/class_1150;named getWorldLnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
-