Class WrapperPlayServerTabComplete.CommandMatch

java.lang.Object
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerTabComplete.CommandMatch
Enclosing class:
WrapperPlayServerTabComplete

public static class WrapperPlayServerTabComplete.CommandMatch extends Object
  • Constructor Details

    • CommandMatch

      public CommandMatch(String text, @Nullable @Nullable net.kyori.adventure.text.Component tooltip)
    • CommandMatch

      public CommandMatch(String text)
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getTooltip

      public Optional<net.kyori.adventure.text.Component> getTooltip()
    • setTooltip

      public void setTooltip(@Nullable @Nullable net.kyori.adventure.text.Component tooltip)