public interface ICommandSource
Modifier and Type | Field and Description |
---|---|
static ICommandSource |
DUMMY |
Modifier and Type | Method and Description |
---|---|
boolean |
allowLogging() |
void |
sendMessage(ITextComponent component) |
boolean |
shouldReceiveErrors() |
boolean |
shouldReceiveFeedback() |
static final ICommandSource DUMMY
void sendMessage(ITextComponent component)
boolean shouldReceiveFeedback()
boolean shouldReceiveErrors()
boolean allowLogging()