Uses of Record Class
net.minecraft.data.info.DatapackStructureReport.Entry
Packages that use DatapackStructureReport.Entry
-
Uses of DatapackStructureReport.Entry in net.minecraft.data.info
Fields in net.minecraft.data.info declared as DatapackStructureReport.EntryModifier and TypeFieldDescriptionprivate static final DatapackStructureReport.EntryDatapackStructureReport.BUILT_IN_REGISTRYprivate final DatapackStructureReport.EntryDatapackStructureReport.CustomPackEntry.entryThe field for theentryrecord component.private static final DatapackStructureReport.EntryDatapackStructureReport.PSEUDO_REGISTRYprivate static final DatapackStructureReport.EntryDatapackStructureReport.STABLE_DYNAMIC_REGISTRYprivate static final DatapackStructureReport.EntryDatapackStructureReport.UNSTABLE_DYNAMIC_REGISTRYFields in net.minecraft.data.info with type parameters of type DatapackStructureReport.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DatapackStructureReport.Entry> DatapackStructureReport.Entry.CODECprivate static final Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.MANUAL_ENTRIESstatic final com.mojang.serialization.MapCodec<DatapackStructureReport.Entry> DatapackStructureReport.Entry.MAP_CODECprivate final Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.Report.registriesThe field for theregistriesrecord component.Methods in net.minecraft.data.info that return DatapackStructureReport.EntryModifier and TypeMethodDescriptionDatapackStructureReport.CustomPackEntry.entry()Returns the value of theentryrecord component.Methods in net.minecraft.data.info that return types with arguments of type DatapackStructureReport.EntryModifier and TypeMethodDescriptionprivate Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.listRegistries()Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.Report.registries()Returns the value of theregistriesrecord component.Methods in net.minecraft.data.info with parameters of type DatapackStructureReport.EntryModifier and TypeMethodDescriptionprivate voidDatapackStructureReport.putIfNotPresent(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> output, ResourceKey<? extends Registry<?>> key, DatapackStructureReport.Entry entry) Method parameters in net.minecraft.data.info with type arguments of type DatapackStructureReport.EntryModifier and TypeMethodDescriptionprivate voidDatapackStructureReport.putIfNotPresent(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> output, ResourceKey<? extends Registry<?>> key, DatapackStructureReport.Entry entry) Constructors in net.minecraft.data.info with parameters of type DatapackStructureReport.EntryModifierConstructorDescriptionprivateCreates an instance of aCustomPackEntryrecord class.Constructor parameters in net.minecraft.data.info with type arguments of type DatapackStructureReport.EntryModifierConstructorDescriptionprivateReport(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> registries, Map<String, DatapackStructureReport.CustomPackEntry> others) Creates an instance of aReportrecord class.