Uses of Class
net.md_5.bungee.chat.ChatVersion
-
Packages that use ChatVersion Package Description net.md_5.bungee.chat -
-
Uses of ChatVersion in net.md_5.bungee.chat
Methods in net.md_5.bungee.chat that return ChatVersion Modifier and Type Method Description ChatVersionVersionedComponentSerializer. getVersion()static ChatVersionChatVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatVersion[]ChatVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.chat with parameters of type ChatVersion Modifier and Type Method Description static VersionedComponentSerializerVersionedComponentSerializer. forVersion(ChatVersion version)Constructors in net.md_5.bungee.chat with parameters of type ChatVersion Constructor Description VersionedComponentSerializer(ChatVersion version)
-