@CatalogedBy(value=ChatVisibilities.class) public interface ChatVisibility extends CatalogType, Translatable
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible(ChatType chatType)
Tests whether the given chat type will be visible to a player's chat.
|
getId, getName
getTranslation
boolean isVisible(ChatType chatType)
chatType
- The ChatType
to testChatVisibility