Class PlayerCodex

java.lang.Object
emu.grasscutter.game.player.PlayerCodex

@Entity public class PlayerCodex extends Object
  • Constructor Details

    • PlayerCodex

      public PlayerCodex()
    • PlayerCodex

      public PlayerCodex(Player player)
  • Method Details

    • setPlayer

      public void setPlayer(Player player)
    • checkAddedItem

      public void checkAddedItem(GameItem item)
    • checkAnimal

      public void checkAnimal(GameEntity target, CodexAnimalData.CountType countType)
    • checkUnlockedSuits

      public void checkUnlockedSuits(int reliquaryId)
    • getUnlockedWeapon

      public Set<Integer> getUnlockedWeapon()
    • getUnlockedAnimal

      public Map<Integer,Integer> getUnlockedAnimal()
    • getUnlockedMaterial

      public Set<Integer> getUnlockedMaterial()
    • getUnlockedBook

      public Set<Integer> getUnlockedBook()
    • getUnlockedTip

      public Set<Integer> getUnlockedTip()
    • getUnlockedView

      public Set<Integer> getUnlockedView()
    • getUnlockedReliquary

      public Set<Integer> getUnlockedReliquary()
    • getUnlockedReliquarySuitCodex

      public Set<Integer> getUnlockedReliquarySuitCodex()