Class ConnectedPacket

java.lang.Object
dev.koifysh.archipelago.network.APPacket
dev.koifysh.archipelago.network.server.ConnectedPacket

public class ConnectedPacket extends APPacket
  • Field Details

    • team

      @SerializedName("team") public int team
    • slot

      @SerializedName("slot") public int slot
    • players

      @SerializedName("players") public ArrayList<NetworkPlayer> players
    • missingLocations

      @SerializedName("missing_locations") public HashSet<Long> missingLocations
    • checkedLocations

      @SerializedName("checked_locations") public HashSet<Long> checkedLocations
    • slotInfo

      @SerializedName("slot_info") public HashMap<Integer,NetworkSlot> slotInfo
  • Constructor Details

    • ConnectedPacket

      public ConnectedPacket()