Record Class Command

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Command
All Implemented Interfaces:
EnableSetting

public record Command(Boolean enable, Boolean suggestInvisiblePlayers, Command.Afk afk, Command.Anon anon, Command.Ball ball, Command.Ban ban, Command.Banlist banlist, Command.Broadcast broadcast, Command.Chatcolor chatcolor, Command.Chatsetting chatsetting, Command.Clearchat clearchat, Command.Clearmail clearmail, Command.Coin coin, Command.Deletemessage deletemessage, Command.Dice dice, Command.CommandDo commandDo, Command.Emit emit, Command.Flectonepulse flectonepulse, Command.Geolocate geolocate, Command.Helper helper, Command.Ignore ignore, Command.Ignorelist ignorelist, Command.Kick kick, Command.Mail mail, Command.Maintenance maintenance, Command.Me me, Command.Minesweeper minesweeper, Command.Mute mute, Command.Mutelist mutelist, Command.Nickname nickname, Command.Online online, Command.Ping ping, Command.Poll poll, Command.Reply reply, Command.Rockpaperscissors rockpaperscissors, Command.Sprite sprite, Command.Spy spy, Command.Stream stream, Command.Symbol symbol, Command.Tell tell, Command.Tictactoe tictactoe, Command.Toponline toponline, Command.Translateto translateto, Command.CommandTry commandTry, Command.Unban unban, Command.Unmute unmute, Command.Unwarn unwarn, Command.Warn warn, Command.Warnlist warnlist, Command.Whitelist whitelist, Command.Whois whois) extends Record implements EnableSetting
Configuration for all commands in FlectonePulse. Contains nested record classes for individual command configurations.
Since:
1.7.1
  • Constructor Details

    • Command

      public Command(@JsonPropertyDescription(" https://flectone.net/pulse/docs/command") Boolean enable, Boolean suggestInvisiblePlayers, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/afk") Command.Afk afk, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/anon") Command.Anon anon, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ball") Command.Ball ball, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ban") Command.Ban ban, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/banlist") Command.Banlist banlist, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/broadcast") Command.Broadcast broadcast, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/chatcolor") Command.Chatcolor chatcolor, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/chatsetting") Command.Chatsetting chatsetting, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/clearchat") Command.Clearchat clearchat, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/clearmail") Command.Clearmail clearmail, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/coin") Command.Coin coin, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/deletemessage") Command.Deletemessage deletemessage, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/dice") Command.Dice dice, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/do") Command.CommandDo commandDo, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/emit") Command.Emit emit, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/flectonepulse") Command.Flectonepulse flectonepulse, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/geolocate") Command.Geolocate geolocate, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/helper") Command.Helper helper, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ignore") Command.Ignore ignore, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ignorelist") Command.Ignorelist ignorelist, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/kick") Command.Kick kick, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mail") Command.Mail mail, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/maintenance") Command.Maintenance maintenance, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/me") Command.Me me, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/minesweeper") Command.Minesweeper minesweeper, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mute") Command.Mute mute, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mutelist") Command.Mutelist mutelist, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/nickname") Command.Nickname nickname, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/online") Command.Online online, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ping") Command.Ping ping, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/poll") Command.Poll poll, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/reply") Command.Reply reply, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/rockpaperscissors") Command.Rockpaperscissors rockpaperscissors, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/sprite") Command.Sprite sprite, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/spy") Command.Spy spy, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/stream") Command.Stream stream, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/symbol") Command.Symbol symbol, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/tell") Command.Tell tell, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/tictactoe") Command.Tictactoe tictactoe, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/toponline") Command.Toponline toponline, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/translateto") Command.Translateto translateto, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/try") Command.CommandTry commandTry, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unban") Command.Unban unban, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unmute") Command.Unmute unmute, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unwarn") Command.Unwarn unwarn, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/warn") Command.Warn warn, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/warnlist") Command.Warnlist warnlist, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/whitelist") Command.Whitelist whitelist, @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/whois") Command.Whois whois)
      Creates an instance of a Command record class.
      Parameters:
      enable - the value for the enable record component
      suggestInvisiblePlayers - the value for the suggestInvisiblePlayers record component
      afk - the value for the afk record component
      anon - the value for the anon record component
      ball - the value for the ball record component
      ban - the value for the ban record component
      banlist - the value for the banlist record component
      broadcast - the value for the broadcast record component
      chatcolor - the value for the chatcolor record component
      chatsetting - the value for the chatsetting record component
      clearchat - the value for the clearchat record component
      clearmail - the value for the clearmail record component
      coin - the value for the coin record component
      deletemessage - the value for the deletemessage record component
      dice - the value for the dice record component
      commandDo - the value for the commandDo record component
      emit - the value for the emit record component
      flectonepulse - the value for the flectonepulse record component
      geolocate - the value for the geolocate record component
      helper - the value for the helper record component
      ignore - the value for the ignore record component
      ignorelist - the value for the ignorelist record component
      kick - the value for the kick record component
      mail - the value for the mail record component
      maintenance - the value for the maintenance record component
      me - the value for the me record component
      minesweeper - the value for the minesweeper record component
      mute - the value for the mute record component
      mutelist - the value for the mutelist record component
      nickname - the value for the nickname record component
      online - the value for the online record component
      ping - the value for the ping record component
      poll - the value for the poll record component
      reply - the value for the reply record component
      rockpaperscissors - the value for the rockpaperscissors record component
      sprite - the value for the sprite record component
      spy - the value for the spy record component
      stream - the value for the stream record component
      symbol - the value for the symbol record component
      tell - the value for the tell record component
      tictactoe - the value for the tictactoe record component
      toponline - the value for the toponline record component
      translateto - the value for the translateto record component
      commandTry - the value for the commandTry record component
      unban - the value for the unban record component
      unmute - the value for the unmute record component
      unwarn - the value for the unwarn record component
      warn - the value for the warn record component
      warnlist - the value for the warnlist record component
      whitelist - the value for the whitelist record component
      whois - the value for the whois record component
  • Method Details

    • builder

      public static Command.CommandBuilder builder()
    • toBuilder

      public Command.CommandBuilder toBuilder()
    • withEnable

      public Command withEnable(Boolean enable)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withSuggestInvisiblePlayers

      public Command withSuggestInvisiblePlayers(Boolean suggestInvisiblePlayers)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withAfk

      public Command withAfk(Command.Afk afk)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withAnon

      public Command withAnon(Command.Anon anon)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withBall

      public Command withBall(Command.Ball ball)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withBan

      public Command withBan(Command.Ban ban)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withBanlist

      public Command withBanlist(Command.Banlist banlist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withBroadcast

      public Command withBroadcast(Command.Broadcast broadcast)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withChatcolor

      public Command withChatcolor(Command.Chatcolor chatcolor)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withChatsetting

      public Command withChatsetting(Command.Chatsetting chatsetting)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withClearchat

      public Command withClearchat(Command.Clearchat clearchat)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withClearmail

      public Command withClearmail(Command.Clearmail clearmail)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withCoin

      public Command withCoin(Command.Coin coin)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withDeletemessage

      public Command withDeletemessage(Command.Deletemessage deletemessage)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withDice

      public Command withDice(Command.Dice dice)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withCommandDo

      public Command withCommandDo(Command.CommandDo commandDo)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withEmit

      public Command withEmit(Command.Emit emit)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFlectonepulse

      public Command withFlectonepulse(Command.Flectonepulse flectonepulse)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withGeolocate

      public Command withGeolocate(Command.Geolocate geolocate)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withHelper

      public Command withHelper(Command.Helper helper)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withIgnore

      public Command withIgnore(Command.Ignore ignore)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withIgnorelist

      public Command withIgnorelist(Command.Ignorelist ignorelist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withKick

      public Command withKick(Command.Kick kick)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMail

      public Command withMail(Command.Mail mail)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMaintenance

      public Command withMaintenance(Command.Maintenance maintenance)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMe

      public Command withMe(Command.Me me)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMinesweeper

      public Command withMinesweeper(Command.Minesweeper minesweeper)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMute

      public Command withMute(Command.Mute mute)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withMutelist

      public Command withMutelist(Command.Mutelist mutelist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withNickname

      public Command withNickname(Command.Nickname nickname)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withOnline

      public Command withOnline(Command.Online online)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withPing

      public Command withPing(Command.Ping ping)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withPoll

      public Command withPoll(Command.Poll poll)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withReply

      public Command withReply(Command.Reply reply)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withRockpaperscissors

      public Command withRockpaperscissors(Command.Rockpaperscissors rockpaperscissors)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withSprite

      public Command withSprite(Command.Sprite sprite)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withSpy

      public Command withSpy(Command.Spy spy)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withStream

      public Command withStream(Command.Stream stream)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withSymbol

      public Command withSymbol(Command.Symbol symbol)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withTell

      public Command withTell(Command.Tell tell)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withTictactoe

      public Command withTictactoe(Command.Tictactoe tictactoe)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withToponline

      public Command withToponline(Command.Toponline toponline)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withTranslateto

      public Command withTranslateto(Command.Translateto translateto)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withCommandTry

      public Command withCommandTry(Command.CommandTry commandTry)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withUnban

      public Command withUnban(Command.Unban unban)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withUnmute

      public Command withUnmute(Command.Unmute unmute)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withUnwarn

      public Command withUnwarn(Command.Unwarn unwarn)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withWarn

      public Command withWarn(Command.Warn warn)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withWarnlist

      public Command withWarnlist(Command.Warnlist warnlist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withWhitelist

      public Command withWhitelist(Command.Whitelist whitelist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withWhois

      public Command withWhois(Command.Whois whois)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • enable

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command") public Boolean enable()
      Returns the value of the enable record component.
      Specified by:
      enable in interface EnableSetting
      Returns:
      the value of the enable record component
    • suggestInvisiblePlayers

      public Boolean suggestInvisiblePlayers()
      Returns the value of the suggestInvisiblePlayers record component.
      Returns:
      the value of the suggestInvisiblePlayers record component
    • afk

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/afk") public Command.Afk afk()
      Returns the value of the afk record component.
      Returns:
      the value of the afk record component
    • anon

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/anon") public Command.Anon anon()
      Returns the value of the anon record component.
      Returns:
      the value of the anon record component
    • ball

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ball") public Command.Ball ball()
      Returns the value of the ball record component.
      Returns:
      the value of the ball record component
    • ban

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ban") public Command.Ban ban()
      Returns the value of the ban record component.
      Returns:
      the value of the ban record component
    • banlist

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/banlist") public Command.Banlist banlist()
      Returns the value of the banlist record component.
      Returns:
      the value of the banlist record component
    • broadcast

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/broadcast") public Command.Broadcast broadcast()
      Returns the value of the broadcast record component.
      Returns:
      the value of the broadcast record component
    • chatcolor

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/chatcolor") public Command.Chatcolor chatcolor()
      Returns the value of the chatcolor record component.
      Returns:
      the value of the chatcolor record component
    • chatsetting

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/chatsetting") public Command.Chatsetting chatsetting()
      Returns the value of the chatsetting record component.
      Returns:
      the value of the chatsetting record component
    • clearchat

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/clearchat") public Command.Clearchat clearchat()
      Returns the value of the clearchat record component.
      Returns:
      the value of the clearchat record component
    • clearmail

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/clearmail") public Command.Clearmail clearmail()
      Returns the value of the clearmail record component.
      Returns:
      the value of the clearmail record component
    • coin

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/coin") public Command.Coin coin()
      Returns the value of the coin record component.
      Returns:
      the value of the coin record component
    • deletemessage

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/deletemessage") public Command.Deletemessage deletemessage()
      Returns the value of the deletemessage record component.
      Returns:
      the value of the deletemessage record component
    • dice

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/dice") public Command.Dice dice()
      Returns the value of the dice record component.
      Returns:
      the value of the dice record component
    • commandDo

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/do") public Command.CommandDo commandDo()
      Returns the value of the commandDo record component.
      Returns:
      the value of the commandDo record component
    • emit

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/emit") public Command.Emit emit()
      Returns the value of the emit record component.
      Returns:
      the value of the emit record component
    • flectonepulse

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/flectonepulse") public Command.Flectonepulse flectonepulse()
      Returns the value of the flectonepulse record component.
      Returns:
      the value of the flectonepulse record component
    • geolocate

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/geolocate") public Command.Geolocate geolocate()
      Returns the value of the geolocate record component.
      Returns:
      the value of the geolocate record component
    • helper

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/helper") public Command.Helper helper()
      Returns the value of the helper record component.
      Returns:
      the value of the helper record component
    • ignore

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ignore") public Command.Ignore ignore()
      Returns the value of the ignore record component.
      Returns:
      the value of the ignore record component
    • ignorelist

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ignorelist") public Command.Ignorelist ignorelist()
      Returns the value of the ignorelist record component.
      Returns:
      the value of the ignorelist record component
    • kick

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/kick") public Command.Kick kick()
      Returns the value of the kick record component.
      Returns:
      the value of the kick record component
    • mail

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mail") public Command.Mail mail()
      Returns the value of the mail record component.
      Returns:
      the value of the mail record component
    • maintenance

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/maintenance") public Command.Maintenance maintenance()
      Returns the value of the maintenance record component.
      Returns:
      the value of the maintenance record component
    • me

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/me") public Command.Me me()
      Returns the value of the me record component.
      Returns:
      the value of the me record component
    • minesweeper

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/minesweeper") public Command.Minesweeper minesweeper()
      Returns the value of the minesweeper record component.
      Returns:
      the value of the minesweeper record component
    • mute

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mute") public Command.Mute mute()
      Returns the value of the mute record component.
      Returns:
      the value of the mute record component
    • mutelist

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/mutelist") public Command.Mutelist mutelist()
      Returns the value of the mutelist record component.
      Returns:
      the value of the mutelist record component
    • nickname

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/nickname") public Command.Nickname nickname()
      Returns the value of the nickname record component.
      Returns:
      the value of the nickname record component
    • online

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/online") public Command.Online online()
      Returns the value of the online record component.
      Returns:
      the value of the online record component
    • ping

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/ping") public Command.Ping ping()
      Returns the value of the ping record component.
      Returns:
      the value of the ping record component
    • poll

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/poll") public Command.Poll poll()
      Returns the value of the poll record component.
      Returns:
      the value of the poll record component
    • reply

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/reply") public Command.Reply reply()
      Returns the value of the reply record component.
      Returns:
      the value of the reply record component
    • rockpaperscissors

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/rockpaperscissors") public Command.Rockpaperscissors rockpaperscissors()
      Returns the value of the rockpaperscissors record component.
      Returns:
      the value of the rockpaperscissors record component
    • sprite

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/sprite") public Command.Sprite sprite()
      Returns the value of the sprite record component.
      Returns:
      the value of the sprite record component
    • spy

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/spy") public Command.Spy spy()
      Returns the value of the spy record component.
      Returns:
      the value of the spy record component
    • stream

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/stream") public Command.Stream stream()
      Returns the value of the stream record component.
      Returns:
      the value of the stream record component
    • symbol

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/symbol") public Command.Symbol symbol()
      Returns the value of the symbol record component.
      Returns:
      the value of the symbol record component
    • tell

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/tell") public Command.Tell tell()
      Returns the value of the tell record component.
      Returns:
      the value of the tell record component
    • tictactoe

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/tictactoe") public Command.Tictactoe tictactoe()
      Returns the value of the tictactoe record component.
      Returns:
      the value of the tictactoe record component
    • toponline

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/toponline") public Command.Toponline toponline()
      Returns the value of the toponline record component.
      Returns:
      the value of the toponline record component
    • translateto

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/translateto") public Command.Translateto translateto()
      Returns the value of the translateto record component.
      Returns:
      the value of the translateto record component
    • commandTry

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/try") public Command.CommandTry commandTry()
      Returns the value of the commandTry record component.
      Returns:
      the value of the commandTry record component
    • unban

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unban") public Command.Unban unban()
      Returns the value of the unban record component.
      Returns:
      the value of the unban record component
    • unmute

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unmute") public Command.Unmute unmute()
      Returns the value of the unmute record component.
      Returns:
      the value of the unmute record component
    • unwarn

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/unwarn") public Command.Unwarn unwarn()
      Returns the value of the unwarn record component.
      Returns:
      the value of the unwarn record component
    • warn

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/warn") public Command.Warn warn()
      Returns the value of the warn record component.
      Returns:
      the value of the warn record component
    • warnlist

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/warnlist") public Command.Warnlist warnlist()
      Returns the value of the warnlist record component.
      Returns:
      the value of the warnlist record component
    • whitelist

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/whitelist") public Command.Whitelist whitelist()
      Returns the value of the whitelist record component.
      Returns:
      the value of the whitelist record component
    • whois

      @JsonPropertyDescription(" https://flectone.net/pulse/docs/command/whois") public Command.Whois whois()
      Returns the value of the whois record component.
      Returns:
      the value of the whois record component