Uses of Enum Class
zombie.network.chat.ChatType
Packages that use ChatType
-
Uses of ChatType in zombie.chat
Methods in zombie.chat that return ChatTypeMethods in zombie.chat that return types with arguments of type ChatTypeMethods in zombie.chat with parameters of type ChatTypeModifier and TypeMethodDescriptionstatic boolean
ChatUtility.chatStreamEnabled
(ChatType type) ChatManager.isPlayerCanUseChat
(ChatType chat) void
ChatManager.sendMessageToChat
(String author, ChatType type, String msg) void
ChatManager.sendMessageToChat
(ChatType type, String msg) Constructors in zombie.chat with parameters of type ChatType -
Uses of ChatType in zombie.network.chat
Subclasses with type arguments of type ChatType in zombie.network.chatMethods in zombie.network.chat that return ChatTypeModifier and TypeMethodDescriptionstatic ChatType
Returns the enum constant of this class with the specified name.static ChatType
Returns the enum constant of this class with the specified name.static ChatType[]
ChatType.values()
Returns an array containing the constants of this enum class, in the order they are declared.