Class ClientPlayerPokedex
java.lang.Object
com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- Since:
- 04/02/2019
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
PlayerPokedex.PokedexSpawnData
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
formDex, uuid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSpawnData
(int npn) void
update
(int npn, List<PlayerPokedex.PokedexSpawnData> spawnData) void
void
update
(Map<Integer, PokedexRegistrationStatus> seenMap, com.google.common.collect.Table<Integer, Short, Short> data2) Methods inherited from class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
checkForCharms, checkForOvalCharm, checkForShinyCharm, countCaught, countCaught, countSeen, countSeen, get, getCaughtCompletionPercentage, getEntry, getSeenCompletionPercentage, getSeenMap, hasCaught, hasSeen, isRegistered, readFromNBT, seenForms, set, set, set, setSeenList, setSeenMap, setUUID, update, wipe, writeToNBT
-
Constructor Details
-
ClientPlayerPokedex
public ClientPlayerPokedex()
-
-
Method Details
-
update
-
update
-
update
-
getSpawnData
-