Class NetworkPlayer

java.lang.Object
dev.koifysh.archipelago.flags.NetworkPlayer

public class NetworkPlayer extends Object
Flags that will tell you more about the slot type.
SPECTATOR, PLAYER, GROUP
  • Field Details

    • SPECTATOR

      public static final int SPECTATOR
      If set, indicates the slot is a spectator
      See Also:
    • PLAYER

      public static final int PLAYER
      If set, indicates the slot is a player
      See Also:
    • GROUP

      public static final int GROUP
      If set, indicates the slot is a group.
      See Also:
  • Constructor Details

    • NetworkPlayer

      public NetworkPlayer()