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.Entry
DatapackStructureReport.BUILT_IN_REGISTRY
private final DatapackStructureReport.Entry
DatapackStructureReport.CustomPackEntry.entry
The field for theentry
record component.private static final DatapackStructureReport.Entry
DatapackStructureReport.PSEUDO_REGISTRY
private static final DatapackStructureReport.Entry
DatapackStructureReport.STABLE_DYNAMIC_REGISTRY
private static final DatapackStructureReport.Entry
DatapackStructureReport.UNSTABLE_DYNAMIC_REGISTRY
Fields in net.minecraft.data.info with type parameters of type DatapackStructureReport.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DatapackStructureReport.Entry> DatapackStructureReport.Entry.CODEC
private static final Map
<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.MANUAL_ENTRIES
static final com.mojang.serialization.MapCodec
<DatapackStructureReport.Entry> DatapackStructureReport.Entry.MAP_CODEC
private final Map
<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> DatapackStructureReport.Report.registries
The field for theregistries
record component.Methods in net.minecraft.data.info that return DatapackStructureReport.EntryModifier and TypeMethodDescriptionDatapackStructureReport.CustomPackEntry.entry()
Returns the value of theentry
record 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 theregistries
record component.Methods in net.minecraft.data.info with parameters of type DatapackStructureReport.EntryModifier and TypeMethodDescriptionprivate void
DatapackStructureReport.putIfNotPresent
(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> p_364653_, ResourceKey<? extends Registry<?>> p_364398_, DatapackStructureReport.Entry p_361615_) Method parameters in net.minecraft.data.info with type arguments of type DatapackStructureReport.EntryModifier and TypeMethodDescriptionprivate void
DatapackStructureReport.putIfNotPresent
(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> p_364653_, ResourceKey<? extends Registry<?>> p_364398_, DatapackStructureReport.Entry p_361615_) Constructors in net.minecraft.data.info with parameters of type DatapackStructureReport.EntryModifierConstructorDescription(package private)
Creates an instance of aCustomPackEntry
record class.Constructor parameters in net.minecraft.data.info with type arguments of type DatapackStructureReport.EntryModifierConstructorDescription(package private)
Report
(Map<ResourceKey<? extends Registry<?>>, DatapackStructureReport.Entry> registries, Map<String, DatapackStructureReport.CustomPackEntry> others) Creates an instance of aReport
record class.