Uses of Package
net.neoforged.neoforge.common.data
Packages that use net.neoforged.neoforge.common.data
Package
Description
Classes for NeoForge's own data generation.
-
Classes in net.neoforged.neoforge.common.data used by net.neoforged.neoforge.common.dataClassDescriptionCan be used in place of
OverlayMetadataSection
during datagen if you wish to generate conditions.Dataprovider for using a Codec to generate jsons.Contains all the data to completely define a sound event.Identifies a specific sound that has to be played in a sound event, along with all the necessary parameters.Represents the type of sound that theSoundDefinition.Sound
object represents. -
Classes in net.neoforged.neoforge.common.data used by net.neoforged.neoforge.common.data.internalClassDescriptionA provider for
data map
generation.Dataprovider for using a Codec to generate jsons.Data provider for thesounds.json
file, which identifies sound definitions for the various sound events in Minecraft.Data provider for atlas configuration files.
An atlas configuration is bound to a specific texture atlas such as theminecraft:blocks
atlas and allows adding additional textures to the atlas by addingSpriteSource
s to the configuration. -
Classes in net.neoforged.neoforge.common.data used by net.neoforged.neoforge.oldtestClassDescriptionA data provider for
ParticleDescription
s.Data provider for thesounds.json
file, which identifies sound definitions for the various sound events in Minecraft. -
Classes in net.neoforged.neoforge.common.data used by net.neoforged.neoforge.oldtest.worldClassDescriptionAn extension of the
RegistriesDatapackGenerator
which properly handles referencing existing dynamic registry objects within another dynamic registry object.