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

public class SendActionBarPacket extends Object implements UniPacket
  • Constructor Details

    • SendActionBarPacket

      public SendActionBarPacket(String message, UUID uuid, List<UUID> ignore)
    • SendActionBarPacket

      public SendActionBarPacket(String message, UUID uuid)
    • SendActionBarPacket

      public SendActionBarPacket(String message, List<UUID> ignore)
    • SendActionBarPacket

      public SendActionBarPacket(String message)
    • SendActionBarPacket

      public SendActionBarPacket(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 String getMessage()
    • getUuid

      public UUID getUuid()
    • getIgnore

      public List<UUID> getIgnore()