Class ServerStorageDisplay

java.lang.Object
com.pixelmonmod.pixelmon.client.ServerStorageDisplay

public class ServerStorageDisplay extends Object
Stores Pokémon data client-side.
  • Field Details

    • showStarterScreen

      public static boolean showStarterScreen
      Whether to show the starter screen or not.
    • bossDrops

      public static ItemDropPacket bossDrops
      A list of drops obtained from a boss Pokémon.
    • npcInteractID

      public static int npcInteractID
      The ID of the NPC the player is currently interacting with.
    • editedPokemon

      public static List<Pokemon> editedPokemon
      Pokémon being edited with a Pokémon editor.
  • Constructor Details

    • ServerStorageDisplay

      public ServerStorageDisplay()