public class Starter
extends java.lang.Object
Constructor and Description |
---|
Starter(com.google.gson.JsonObject json,
com.google.gson.JsonDeserializationContext ctx) |
Starter(net.minecraft.network.PacketBuffer buf) |
Modifier and Type | Method and Description |
---|---|
Pokemon |
createPokemon(java.util.List<PokemonSpecification> extraSpecs) |
Pokemon |
getDisplay(boolean[] options) |
int |
getPage() |
int |
getScale() |
int |
getX() |
int |
getY() |
void |
resetDisplay() |
void |
toBuffer(net.minecraft.network.PacketBuffer buf) |
com.google.gson.JsonObject |
toJson(com.google.gson.JsonSerializationContext ctx) |
public Starter(com.google.gson.JsonObject json, com.google.gson.JsonDeserializationContext ctx)
public Starter(net.minecraft.network.PacketBuffer buf)
public com.google.gson.JsonObject toJson(com.google.gson.JsonSerializationContext ctx)
public void toBuffer(net.minecraft.network.PacketBuffer buf)
public Pokemon createPokemon(java.util.List<PokemonSpecification> extraSpecs)
public Pokemon getDisplay(boolean[] options)
public void resetDisplay()
public int getPage()
public int getX()
public int getY()
public int getScale()