public class RConConsoleSource extends java.lang.Object implements ICommandSource
| Constructor and Description |
|---|
RConConsoleSource(MinecraftServer serverIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowLogging() |
CommandSource |
func_195540_f() |
java.lang.String |
getLogContents() |
void |
resetLog() |
void |
sendMessage(ITextComponent component) |
boolean |
shouldReceiveErrors() |
boolean |
shouldReceiveFeedback() |
public RConConsoleSource(MinecraftServer serverIn)
public void resetLog()
public java.lang.String getLogContents()
public CommandSource func_195540_f()
public void sendMessage(ITextComponent component)
sendMessage in interface ICommandSourcepublic boolean shouldReceiveFeedback()
shouldReceiveFeedback in interface ICommandSourcepublic boolean shouldReceiveErrors()
shouldReceiveErrors in interface ICommandSourcepublic boolean allowLogging()
allowLogging in interface ICommandSource