public class ClientPlayerPokedex extends PlayerPokedex
PlayerPokedex.PokedexSpawnDataformDex, uuid| Constructor and Description |
|---|
ClientPlayerPokedex() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PlayerPokedex.PokedexSpawnData> |
getSpawnData(int npn) |
void |
update(int npn,
java.util.List<PlayerPokedex.PokedexSpawnData> spawnData) |
void |
update(java.util.Map<java.lang.Integer,PokedexRegistrationStatus> seenMap,
com.google.common.collect.Table<java.lang.Integer,java.lang.Short,java.lang.Short> data2) |
void |
update(Species species,
java.lang.String form,
java.util.Map<java.lang.Integer,java.util.List> moveset) |
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, writeToNBTpublic void update(java.util.Map<java.lang.Integer,PokedexRegistrationStatus> seenMap, com.google.common.collect.Table<java.lang.Integer,java.lang.Short,java.lang.Short> data2)
public void update(int npn,
java.util.List<PlayerPokedex.PokedexSpawnData> spawnData)
public void update(Species species, java.lang.String form, java.util.Map<java.lang.Integer,java.util.List> moveset)
public java.util.List<PlayerPokedex.PokedexSpawnData> getSpawnData(int npn)