public class ServerStorageDisplay
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ItemDropPacket |
bossDrops
A list of drops obtained from a boss Pokémon.
|
static java.util.List<Pokemon> |
editedPokemon
Pokémon being edited with a Pokémon editor.
|
static int |
npcInteractID
The ID of the NPC the player is currently interacting with.
|
static boolean |
showStarterScreen
Whether to show the starter screen or not.
|
Constructor and Description |
---|
ServerStorageDisplay() |
public static boolean showStarterScreen
public static ItemDropPacket bossDrops
public static int npcInteractID
public static java.util.List<Pokemon> editedPokemon