public interface ICommandSource
修飾子とタイプ | フィールドと説明 |
---|---|
static ICommandSource |
DUMMY
A CommandSource that ignores all messages.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
allowLogging() |
void |
sendMessage(ITextComponent component)
Send a chat message to the CommandSender
|
boolean |
shouldReceiveErrors() |
boolean |
shouldReceiveFeedback() |
static final ICommandSource DUMMY
void sendMessage(ITextComponent component)
boolean shouldReceiveFeedback()
boolean shouldReceiveErrors()
boolean allowLogging()