Uses of Class
net.md_5.bungee.api.chat.KeybindComponent
-
Packages that use KeybindComponent Package Description net.md_5.bungee.api.chat net.md_5.bungee.chat -
-
Uses of KeybindComponent in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return KeybindComponent Modifier and Type Method Description KeybindComponentKeybindComponent. duplicate()Constructors in net.md_5.bungee.api.chat with parameters of type KeybindComponent Constructor Description KeybindComponent(KeybindComponent original)Creates a keybind component from the original to clone it. -
Uses of KeybindComponent in net.md_5.bungee.chat
Methods in net.md_5.bungee.chat that return KeybindComponent Modifier and Type Method Description KeybindComponentKeybindComponentSerializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in net.md_5.bungee.chat with parameters of type KeybindComponent Modifier and Type Method Description com.google.gson.JsonElementKeybindComponentSerializer. serialize(KeybindComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-