Class RaidRegistry.Raid
java.lang.Object
com.pixelmonmod.pixelmon.init.registry.RaidRegistry.Raid
- Enclosing class:
- RaidRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Gets the form name of this raid.int
Gets the dex number of this raid.
-
Constructor Details
-
Raid
-
-
Method Details
-
getSpecies
public int getSpecies()Gets the dex number of this raid.- Returns:
- Dex number.
-
getForm
Gets the form name of this raid.- Returns:
- Form name.
-