Class Friendship
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.Friendship
A Pokémon friendship value.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The maximum friendship a Pokémon can have.static final int
The minimum friendship a Pokémon can have. -
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_FRIENDSHIP
public static final int MAX_FRIENDSHIPThe maximum friendship a Pokémon can have.- See Also:
-
MIN_FRIENDSHIP
public static final int MIN_FRIENDSHIPThe minimum friendship a Pokémon can have.- See Also:
-
-
Constructor Details
-
Friendship
public Friendship()
-