Class PlayerPokedex.PokedexSpawnData

java.lang.Object
com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
Enclosing class:
PlayerPokedex

public static class PlayerPokedex.PokedexSpawnData extends Object
  • Constructor Details

    • PokedexSpawnData

      public PokedexSpawnData(String biome)
  • Method Details

    • getBiome

      public String getBiome()
    • getTimes

      public List<WorldTime> getTimes()
    • getWeathers

      public List<WeatherType> getWeathers()
    • getMaxY

      public int getMaxY()
    • getMinY

      public int getMinY()
    • setMaxY

      public void setMaxY(int maxY)
    • setMinY

      public void setMinY(int minY)
    • addWeather

      public void addWeather(WeatherType weather)
    • addTime

      public void addTime(WorldTime time)
    • encryptTo

      public void encryptTo(net.minecraft.network.FriendlyByteBuf buffer)
    • decryptFrom

      public static PlayerPokedex.PokedexSpawnData decryptFrom(net.minecraft.network.FriendlyByteBuf buffer)
    • toString

      public String toString()
      Overrides:
      toString in class Object