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

public class PlayerProfileAsyncPacket extends Object implements UniPacket
  • Constructor Details

    • PlayerProfileAsyncPacket

      public PlayerProfileAsyncPacket(UUID uuid, String profile)
    • PlayerProfileAsyncPacket

      public PlayerProfileAsyncPacket(org.json.JSONObject jsonObject)
  • Method Details

    • getUuid

      public UUID getUuid()
    • getProfile

      public String getProfile()
    • getType

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

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