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
インタフェース内 ICommandSource
public boolean shouldReceiveFeedback()
shouldReceiveFeedback
インタフェース内 ICommandSource
public boolean shouldReceiveErrors()
shouldReceiveErrors
インタフェース内 ICommandSource
public boolean allowLogging()
allowLogging
インタフェース内 ICommandSource