Package net.minecraft.server.rcon
Class RconConsoleSource
java.lang.Object
net.minecraft.server.rcon.RconConsoleSource
- All Implemented Interfaces:
- CommandSource
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final StringBufferprivate static final Stringprivate static final Componentprivate final MinecraftServerFields inherited from interface net.minecraft.commands.CommandSourceNULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidvoidsendSystemMessage(Component p_215653_) booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.CommandSourcealwaysAccepts
- 
Field Details- 
RCON- See Also:
 
- 
RCON_COMPONENT
- 
buffer
- 
server
 
- 
- 
Constructor Details- 
RconConsoleSource
 
- 
- 
Method Details- 
prepareForCommandpublic void prepareForCommand()
- 
getCommandResponse
- 
createCommandSourceStack
- 
sendSystemMessage- Specified by:
- sendSystemMessagein interface- CommandSource
 
- 
acceptsSuccesspublic boolean acceptsSuccess()- Specified by:
- acceptsSuccessin interface- CommandSource
 
- 
acceptsFailurepublic boolean acceptsFailure()- Specified by:
- acceptsFailurein interface- CommandSource
 
- 
shouldInformAdminspublic boolean shouldInformAdmins()- Specified by:
- shouldInformAdminsin interface- CommandSource
 
 
-