Uses of Class
net.neoforged.neoforge.data.event.GatherDataEvent
Packages that use GatherDataEvent
Package
Description
-
Uses of GatherDataEvent in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type GatherDataEvent -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type GatherDataEventModifier and TypeMethodDescriptionstatic voidDataGeneratorTest.gatherData(GatherDataEvent event) voidDeferredRegistryTest.gatherData(GatherDataEvent event) private voidRemoveTagDatagenTest.onGatherData(GatherDataEvent event) -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest.block
Methods in net.neoforged.neoforge.oldtest.block with parameters of type GatherDataEvent -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest.client
Methods in net.neoforged.neoforge.oldtest.client with parameters of type GatherDataEventModifier and TypeMethodDescriptionstatic voidCustomPresetEditorTest.CommonModEvents.onGatherData(GatherDataEvent event) -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest.client.model
Methods in net.neoforged.neoforge.oldtest.client.model with parameters of type GatherDataEventModifier and TypeMethodDescriptionprivate voidNewModelLoaderTest.datagen(GatherDataEvent event) voidCustomItemDisplayContextTest.gatherData(GatherDataEvent event) -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest.misc
Methods in net.neoforged.neoforge.oldtest.misc with parameters of type GatherDataEventModifier and TypeMethodDescriptionprivate voidDataPackRegistriesTest.onGatherData(GatherDataEvent event) -
Uses of GatherDataEvent in net.neoforged.neoforge.oldtest.world
Methods in net.neoforged.neoforge.oldtest.world with parameters of type GatherDataEventModifier and TypeMethodDescriptionprivate voidBiomeModifierTest.onGatherData(GatherDataEvent event) private voidStructureModifierTest.onGatherData(GatherDataEvent event) -
Uses of GatherDataEvent in net.neoforged.testframework.impl.reg
Fields in net.neoforged.testframework.impl.reg with type parameters of type GatherDataEventModifier and TypeFieldDescriptionprivate final List<Function<GatherDataEvent, DataProvider>> RegistrationHelperImpl.directProvidersMethods in net.neoforged.testframework.impl.reg with parameters of type GatherDataEventModifier and TypeMethodDescriptionprivate voidRegistrationHelperImpl.gather(GatherDataEvent event) Method parameters in net.neoforged.testframework.impl.reg with type arguments of type GatherDataEventModifier and TypeMethodDescriptionvoidRegistrationHelperImpl.addProvider(Function<GatherDataEvent, DataProvider> provider) -
Uses of GatherDataEvent in net.neoforged.testframework.registration
Method parameters in net.neoforged.testframework.registration with type arguments of type GatherDataEventModifier and TypeMethodDescriptionvoidRegistrationHelper.addProvider(Function<GatherDataEvent, DataProvider> provider)