public class RConConsoleSource extends java.lang.Object implements ICommandSource
DUMMY| コンストラクタと説明 |
|---|
RConConsoleSource(MinecraftServer serverIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
allowLogging() |
CommandSource |
getCommandSource() |
java.lang.String |
getLogContents()
Gets the contents of the RCon log
|
void |
resetLog()
Clears the RCon log
|
void |
sendMessage(ITextComponent component)
Send a chat message to the CommandSender
|
boolean |
shouldReceiveErrors() |
boolean |
shouldReceiveFeedback() |
public RConConsoleSource(MinecraftServer serverIn)
public void resetLog()
public java.lang.String getLogContents()
public CommandSource getCommandSource()
public void sendMessage(ITextComponent component)
sendMessage インタフェース内 ICommandSourcepublic boolean shouldReceiveFeedback()
shouldReceiveFeedback インタフェース内 ICommandSourcepublic boolean shouldReceiveErrors()
shouldReceiveErrors インタフェース内 ICommandSourcepublic boolean allowLogging()
allowLogging インタフェース内 ICommandSource