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 UUID npcInteractID
      The ID of the NPC the player is currently interacting with.
    • relearnerCost

      public static net.minecraft.world.item.ItemStack relearnerCost
    • editedPokemon

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

      public static List<Ribbon> allRibbons
      All the ribbons available on the server.
  • Constructor Details

    • ServerStorageDisplay

      public ServerStorageDisplay()