public class StarterList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.google.gson.Gson |
GSON |
Constructor and Description |
---|
StarterList() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
getColor(int page) |
static java.util.List<PokemonSpecification> |
getExtraSpecs(boolean[] options) |
static java.util.List<StarterOption> |
getOptions() |
static java.util.List<Starter> |
getStarters() |
static java.lang.String[] |
getText() |
static boolean |
pick(net.minecraft.entity.player.ServerPlayerEntity player,
int index,
boolean[] options) |
static void |
readFromBuffer(net.minecraft.network.PacketBuffer buf) |
static void |
readFromJson(com.google.gson.Gson gson,
com.google.gson.JsonElement json) |
static boolean |
shouldLoop() |
static void |
writeToBuffer(net.minecraft.network.PacketBuffer buf) |
public static java.util.List<Starter> getStarters()
public static java.util.List<StarterOption> getOptions()
public static java.awt.Color getColor(int page)
public static boolean shouldLoop()
public static java.lang.String[] getText()
public static java.util.List<PokemonSpecification> getExtraSpecs(boolean[] options)
public static boolean pick(net.minecraft.entity.player.ServerPlayerEntity player, int index, boolean[] options)
public static void readFromJson(com.google.gson.Gson gson, com.google.gson.JsonElement json)
public static void writeToBuffer(net.minecraft.network.PacketBuffer buf)
public static void readFromBuffer(net.minecraft.network.PacketBuffer buf)