Uses of Class
net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent
-
-
Uses of FMLCommonSetupEvent in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type FMLCommonSetupEvent Modifier and Type Method Description static void
ForgeSpawnEggItem.CommonHandler. onCommonSetup(FMLCommonSetupEvent event)
void
ForgeMod. preInit(FMLCommonSetupEvent evt)
-
Uses of FMLCommonSetupEvent in net.minecraftforge.common.capabilities
Methods in net.minecraftforge.common.capabilities with parameters of type FMLCommonSetupEvent Modifier and Type Method Description private void
LazyCapabilitiesOnItemsTest. onCommonSetup(FMLCommonSetupEvent event)
-
Uses of FMLCommonSetupEvent in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type FMLCommonSetupEvent Modifier and Type Method Description private void
PotionEventTest. onSetup(FMLCommonSetupEvent event)
-
Uses of FMLCommonSetupEvent in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type FMLCommonSetupEvent Modifier and Type Method Description private void
CustomSignsTest. commonSetup(FMLCommonSetupEvent event)
-
Uses of FMLCommonSetupEvent in net.minecraftforge.debug.chat
Methods in net.minecraftforge.debug.chat with parameters of type FMLCommonSetupEvent Modifier and Type Method Description void
EntitySelectorTest. setup(FMLCommonSetupEvent event)
-
Uses of FMLCommonSetupEvent in net.minecraftforge.debug.world
Methods in net.minecraftforge.debug.world with parameters of type FMLCommonSetupEvent Modifier and Type Method Description private void
ForgeChunkManagerTest. commonSetup(FMLCommonSetupEvent event)
private void
DimensionSettingsTest. registerSettings(FMLCommonSetupEvent event)
Demonstrates how a mod can register custom DimensionSettings which can be referenced from within a datapack dimension config whilst being discoverable for other mods to add to and remove structures etc from.
-