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

public class SendSoundPacket extends Object implements UniPacket
  • Constructor Details

    • SendSoundPacket

      public SendSoundPacket(String soundName, UUID uuid, List<UUID> ignore)
    • SendSoundPacket

      public SendSoundPacket(String soundName, List<UUID> ignore)
    • SendSoundPacket

      public SendSoundPacket(String soundName, UUID uuid)
    • SendSoundPacket

      public SendSoundPacket(String soundName)
    • SendSoundPacket

      public SendSoundPacket(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
    • getSoundName

      public String getSoundName()
    • getUuid

      public UUID getUuid()
    • getIgnore

      public List<UUID> getIgnore()