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

public class ServerProfileAsyncPacket extends Object implements UniPacket
  • Constructor Details

    • ServerProfileAsyncPacket

      public ServerProfileAsyncPacket(org.json.JSONObject json)
    • ServerProfileAsyncPacket

      public ServerProfileAsyncPacket(ServerProfile profile, boolean remote)
  • Method Details

    • getType

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

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

      public ServerProfile getProfile()
    • isRemote

      public boolean isRemote()
    • setRemote

      public void setRemote(boolean remote)