Package net.minecraft.server.command
Class Console
java.lang.Object
net.minecraft.server.command.Console
- All Implemented Interfaces:
CommandSource
- Mappings:
Namespace Name official pxintermediary 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()booleanvoidsendMessage(Text text) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.CommandSource
getBlockPos, getEntity, getPos, method_6344, setStat
-
Field Details
-
text
- Mappings:
Namespace Name Mixin selector official aLpx;a:Ljava/lang/StringBuffer;intermediary field_2928Lnet/minecraft/class_808;field_2928:Ljava/lang/StringBuffer;named textLnet/minecraft/server/command/Console;text:Ljava/lang/StringBuffer;
-
field_13901
- Mappings:
Namespace Name Mixin selector official bLpx;b:Lnet/minecraft/server/MinecraftServer;intermediary field_13901Lnet/minecraft/class_808;field_13901:Lnet/minecraft/server/MinecraftServer;named field_13901Lnet/minecraft/server/command/Console;field_13901:Lnet/minecraft/server/MinecraftServer;
-
-
Constructor Details
-
Console
-
-
Method Details
-
destroy
- Mappings:
Namespace Name Mixin selector official iLpx;i()Vintermediary method_2218Lnet/minecraft/class_808;method_2218()Vnamed destroyLnet/minecraft/server/command/Console;destroy()V
-
getTextAsString
- Mappings:
Namespace Name Mixin selector official jLpx;j()Ljava/lang/String;intermediary method_2219Lnet/minecraft/class_808;method_2219()Ljava/lang/String;named getTextAsStringLnet/minecraft/server/command/Console;getTextAsString()Ljava/lang/String;
-
getTranslatedName
- Specified by:
getTranslatedNamein interfaceCommandSource- Mappings:
Namespace Name Mixin selector official h_Lbn;h_()Ljava/lang/String;intermediary method_2518Lnet/minecraft/class_1061;method_2518()Ljava/lang/String;named getTranslatedNameLnet/minecraft/command/CommandSource;getTranslatedName()Ljava/lang/String;
-
sendMessage
- Specified by:
sendMessagein interfaceCommandSource- Mappings:
Namespace Name Mixin selector official aLbn;a(Lhh;)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 aLbn;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
-
getWorld
- Specified by:
getWorldin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official eLbn;e()Lamu;intermediary method_5506Lnet/minecraft/class_1061;method_5506()Lnet/minecraft/class_1150;named getWorldLnet/minecraft/command/CommandSource;getWorld()Lnet/minecraft/world/World;
-
sendCommandFeedback
public boolean sendCommandFeedback()- Specified by:
sendCommandFeedbackin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official gLbn;g()Zintermediary method_10789Lnet/minecraft/class_1061;method_10789()Znamed sendCommandFeedbackLnet/minecraft/command/CommandSource;sendCommandFeedback()Z
-
getMinecraftServer
- Specified by:
getMinecraftServerin interfaceCommandSource- Mappings:
Namespace Name Mixin selector official C_Lbn;C_()Lnet/minecraft/server/MinecraftServer;intermediary method_12833Lnet/minecraft/class_1061;method_12833()Lnet/minecraft/server/MinecraftServer;named getMinecraftServerLnet/minecraft/command/CommandSource;getMinecraftServer()Lnet/minecraft/server/MinecraftServer;
-