Uses of Record Class
net.minecraft.data.report.DataPackStructureProvider.Entry
Packages that use DataPackStructureProvider.Entry
-
Uses of DataPackStructureProvider.Entry in net.minecraft.data.report
Fields in net.minecraft.data.report declared as DataPackStructureProvider.EntryModifier and TypeFieldDescriptionprivate static final DataPackStructureProvider.EntryDataPackStructureProvider.DYNAMIC_REGISTRYprivate final DataPackStructureProvider.EntryDataPackStructureProvider.FakeRegistry.entryThe field for theentryrecord component.private static final DataPackStructureProvider.EntryDataPackStructureProvider.RELOADABLE_REGISTRYprivate static final DataPackStructureProvider.EntryDataPackStructureProvider.RELOADABLE_REGISTRY_WITH_TAGSprivate static final DataPackStructureProvider.EntryDataPackStructureProvider.STATIC_REGISTRYFields in net.minecraft.data.report with type parameters of type DataPackStructureProvider.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DataPackStructureProvider.Entry> DataPackStructureProvider.Entry.CODECstatic final com.mojang.serialization.MapCodec<DataPackStructureProvider.Entry> DataPackStructureProvider.Entry.MAP_CODECprivate final Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.Registries.registriesThe field for theregistriesrecord component.private static final Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.RELOADABLE_REGISTRIESMethods in net.minecraft.data.report that return DataPackStructureProvider.EntryModifier and TypeMethodDescriptionDataPackStructureProvider.FakeRegistry.entry()Returns the value of theentryrecord component.Methods in net.minecraft.data.report that return types with arguments of type DataPackStructureProvider.EntryModifier and TypeMethodDescriptionprivate Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.buildEntries()Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.Registries.registries()Returns the value of theregistriesrecord component.Methods in net.minecraft.data.report with parameters of type DataPackStructureProvider.EntryModifier and TypeMethodDescriptionprivate voidDataPackStructureProvider.addEntry(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, RegistryKey<? extends Registry<?>> key, DataPackStructureProvider.Entry entry) Method parameters in net.minecraft.data.report with type arguments of type DataPackStructureProvider.EntryModifier and TypeMethodDescriptionprivate voidDataPackStructureProvider.addEntry(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, RegistryKey<? extends Registry<?>> key, DataPackStructureProvider.Entry entry) Constructors in net.minecraft.data.report with parameters of type DataPackStructureProvider.EntryModifierConstructorDescription(package private)Creates an instance of aFakeRegistryrecord class.Constructor parameters in net.minecraft.data.report with type arguments of type DataPackStructureProvider.EntryModifierConstructorDescription(package private)Registries(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, Map<String, DataPackStructureProvider.FakeRegistry> map2)