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 booleanChatUtility.chatStreamEnabled(ChatType chatType) ChatManager.isPlayerCanUseChat(ChatType chatType) voidChatManager.sendMessageToChat(String string1, ChatType chatType, String string0) voidChatManager.sendMessageToChat(ChatType chatType, String string) 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 ChatTypeReturns the enum constant of this class with the specified name.static ChatTypeReturns 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.