Interface | Description |
---|---|
StorageManager | |
StorageSaveAdapter |
Interface for the persistence adapter of
PokemonStorage s. |
StorageSaveScheduler |
Interface responsible for scheduling storage saving using the appropriate
StorageSaveAdapter . |
Class | Description |
---|---|
NbtKeys |
Constants for NBT keys used by Pixelmon.
|
PartyStorage | |
PCBox | |
PCBoxSearch | |
PCStorage | |
PCStorageSearch |
Might switch to positions rather than pokémon.
|
PixelmonStorageManager |
The default
StorageManager for Pixelmon. |
PlayerPartyStorage | |
PlayerStats |
Keeps track of player stats.
|
PokemonStorage | |
StoragePosition | |
StorageProxy |
Static factory for managing pixelmon storage
|
StorageSort | |
TrainerPartyStorage | |
TransientData |
A convenient collection of data that is not saved in player party storage but is housed there, in memory, for usability.
|