java.lang.Object
net.joseplay.allianceutils.api.pluginComunicate.internalPackets.packets.SendBroadCastComponentPacket
All Implemented Interfaces:
UniPacket

public class SendBroadCastComponentPacket extends Object implements UniPacket
  • Constructor Details

    • SendBroadCastComponentPacket

      public SendBroadCastComponentPacket(net.kyori.adventure.text.Component component, String permission, List<UUID> ignoreUUID)
    • SendBroadCastComponentPacket

      public SendBroadCastComponentPacket(net.kyori.adventure.text.Component component)
    • SendBroadCastComponentPacket

      public SendBroadCastComponentPacket(org.json.JSONObject json)
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface UniPacket
    • toJson

      public org.json.JSONObject toJson()
      Specified by:
      toJson in interface UniPacket
    • getMessage

      public net.kyori.adventure.text.Component getMessage()
    • getPermission

      public String getPermission()
    • getIgnoreUUID

      public List<UUID> getIgnoreUUID()