Class StarterOption

java.lang.Object
com.pixelmonmod.pixelmon.config.starter.StarterOption

public class StarterOption extends Object
  • Constructor Details

    • StarterOption

      public StarterOption(com.google.gson.JsonObject json, com.google.gson.JsonDeserializationContext ctx)
    • StarterOption

      public StarterOption(net.minecraft.network.FriendlyByteBuf buf)
  • Method Details

    • toJson

      public com.google.gson.JsonObject toJson(com.google.gson.JsonSerializationContext ctx)
    • toBuffer

      public void toBuffer(net.minecraft.network.FriendlyByteBuf buf)
    • getLabel

      public String getLabel(boolean on)
    • getWidth

      public int getWidth()
    • getX

      public int getX()
    • getY

      public int getY()
    • getSpec

      public PokemonSpecification getSpec()