Class RegistryHandler
java.lang.Object
com.pixelmonmod.pixelmon.api.config.RegistryHandler
Created by Jay113355 on 9/20/2017.
https://mcforge.readthedocs.io/en/latest/concepts/registries/ and are fired in alphabetic order except for Block and Item which are called first and second. Other events: Potion, Biome, SoundEvent, PotionType, Enchantment, IRecipe, VillagerProfession, EntityEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
onRegisterModels
(net.minecraftforge.registries.RegisterEvent event)
-
Constructor Details
-
RegistryHandler
public RegistryHandler()
-
-
Method Details
-
doVanillaRegistrations
public static void doVanillaRegistrations() -
onRegisterModels
public static void onRegisterModels(net.minecraftforge.registries.RegisterEvent event)
-