Class KeybindComponent

java.lang.Object
net.md_5.bungee.api.chat.BaseComponent
net.md_5.bungee.api.chat.KeybindComponent

public final class KeybindComponent extends BaseComponent
  • Constructor Details

    • KeybindComponent

      public KeybindComponent(KeybindComponent original)
      Creates a keybind component from the original to clone it.
      Parameters:
      original - the original for the new keybind component.
    • KeybindComponent

      public KeybindComponent(String keybind)
      Creates a keybind component with the passed internal keybind value.
      Parameters:
      keybind - the keybind value
      See Also:
  • Method Details