Package com.pixelmonmod.pixelmon.client
Class ServerStorageDisplay
java.lang.Object
com.pixelmonmod.pixelmon.client.ServerStorageDisplay
Stores Pokémon data client-side.
-
Field Summary
Modifier and TypeFieldDescriptionAll the ribbons available on the server.static ItemDropPacket
A list of drops obtained from a boss Pokémon.Pokémon being edited with a Pokémon editor.static UUID
The ID of the NPC the player is currently interacting with.static net.minecraft.world.item.ItemStack
static boolean
Whether to show the starter screen or not. -
Constructor Summary
-
Method Summary
-
Field Details
-
showStarterScreen
public static boolean showStarterScreenWhether to show the starter screen or not. -
bossDrops
A list of drops obtained from a boss Pokémon. -
npcInteractID
The ID of the NPC the player is currently interacting with. -
relearnerCost
public static net.minecraft.world.item.ItemStack relearnerCost -
editedPokemon
Pokémon being edited with a Pokémon editor. -
allRibbons
All the ribbons available on the server.
-
-
Constructor Details
-
ServerStorageDisplay
public ServerStorageDisplay()
-