Class StarterList

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

public class StarterList extends Object
  • Field Details

    • GSON

      public static final com.google.gson.Gson GSON
  • Constructor Details

    • StarterList

      public StarterList()
  • Method Details

    • getStarters

      public static List<Starter> getStarters()
    • getOptions

      public static List<StarterOption> getOptions()
    • getColor

      public static Color getColor(int page)
    • shouldLoop

      public static boolean shouldLoop()
    • getText

      public static String[] getText()
    • getExtraSpecs

      public static List<PokemonSpecification> getExtraSpecs(boolean[] options)
    • pick

      public static boolean pick(net.minecraft.server.level.ServerPlayer player, int index, boolean[] options)
    • readFromJson

      public static void readFromJson(com.google.gson.Gson gson, com.google.gson.JsonElement json)
    • writeToBuffer

      public static void writeToBuffer(net.minecraft.network.FriendlyByteBuf buf)
    • readFromBuffer

      public static void readFromBuffer(net.minecraft.network.FriendlyByteBuf buf)