Uses of Class
net.minecraftforge.fml.event.lifecycle.GatherDataEvent
-
-
Uses of GatherDataEvent in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type GatherDataEvent Modifier and Type Method Description void
ForgeMod. gatherData(GatherDataEvent event)
-
Uses of GatherDataEvent in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type GatherDataEvent Modifier and Type Method Description static void
DataGeneratorTest. gatherData(GatherDataEvent event)
void
DeferredRegistryTest. gatherData(GatherDataEvent event)
-
Uses of GatherDataEvent in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type GatherDataEvent Modifier and Type Method Description void
PistonEventTest. gatherData(GatherDataEvent event)
private void
ScaffoldingTest. gatherData(GatherDataEvent event)
-
Uses of GatherDataEvent in net.minecraftforge.debug.client.model
Methods in net.minecraftforge.debug.client.model with parameters of type GatherDataEvent Modifier and Type Method Description private void
NewModelLoaderTest. datagen(GatherDataEvent event)
-
Uses of GatherDataEvent in net.minecraftforge.debug.gameplay.loot
Methods in net.minecraftforge.debug.gameplay.loot with parameters of type GatherDataEvent Modifier and Type Method Description static void
GlobalLootModifiersTest.EventHandlers. runData(GatherDataEvent event)
-
Uses of GatherDataEvent in net.minecraftforge.debug.misc
Methods in net.minecraftforge.debug.misc with parameters of type GatherDataEvent Modifier and Type Method Description private void
CustomTagTypesTest. gatherData(GatherDataEvent event)
-