Package net.minecraft.network.rcon
Class RConConsoleSource
java.lang.Object
net.minecraft.network.rcon.RConConsoleSource
- All Implemented Interfaces:
ICommandSource
-
Field Summary
Modifier and TypeFieldDescriptionprivate final StringBuffer
private static final StringTextComponent
private final MinecraftServer
Fields inherited from interface net.minecraft.command.ICommandSource
NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
void
sendMessage
(ITextComponent p_145747_1_, UUID p_145747_2_) boolean
-
Field Details
-
RCON_COMPONENT
-
buffer
-
server
-
-
Constructor Details
-
RConConsoleSource
-
-
Method Details
-
prepareForCommand
public void prepareForCommand() -
getCommandResponse
-
createCommandSourceStack
-
sendMessage
- Specified by:
sendMessage
in interfaceICommandSource
-
acceptsSuccess
public boolean acceptsSuccess()- Specified by:
acceptsSuccess
in interfaceICommandSource
-
acceptsFailure
public boolean acceptsFailure()- Specified by:
acceptsFailure
in interfaceICommandSource
-
shouldInformAdmins
public boolean shouldInformAdmins()- Specified by:
shouldInformAdmins
in interfaceICommandSource
-