public class PokedexEntry
extends java.lang.Object
Constructor and Description |
---|
PokedexEntry(int i,
java.lang.String n) |
PokedexEntry(int i,
java.lang.String n,
float w,
float h)
Initializes a Pokédex entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getPokedexDisplayNumber()
Gets the National Pokédex number of the Pokémon, formatted to 3 characters long.
|
PixelmonEntity |
getRenderTarget(net.minecraft.world.World w)
Initializes the Pokémon's entity.
|
java.lang.String |
toString() |
public PokedexEntry(int i, java.lang.String n, float w, float h)
i
- The National Pokédex number of the Pokémon.n
- The unlocalized name of the Pokémon.w
- The height of the Pokémon in meters.h
- The weight of the Pokémon in kilograms.public PokedexEntry(int i, java.lang.String n)
public java.lang.String getName()
public java.lang.String getPokedexDisplayNumber()
public PixelmonEntity getRenderTarget(net.minecraft.world.World w)
w
- The world to render the Pokémon in.public java.lang.String toString()
toString
in class java.lang.Object