Interface TeamSupplier

All Known Implementing Classes:
EmptyTeamSupplier, PokemonSpecTeamSupplier, PokePasteTeamSupplier

public interface TeamSupplier
An interface that is used to build a PartyStorage from raw data.
This exists because the species registry loads after the Mojang registries (NPC Presets), and so we need to store the raw data so that we can parse it once the species registry is loaded.