Uses of Record Class
net.minecraft.data.report.DataPackStructureProvider.Entry
-
Uses of DataPackStructureProvider.Entry in net.minecraft.data.report
Modifier and TypeFieldDescriptionprivate static final DataPackStructureProvider.Entry
DataPackStructureProvider.DYNAMIC_REGISTRY
private final DataPackStructureProvider.Entry
DataPackStructureProvider.FakeRegistry.entry
The field for theentry
record component.private static final DataPackStructureProvider.Entry
DataPackStructureProvider.RELOADABLE_REGISTRY
private static final DataPackStructureProvider.Entry
DataPackStructureProvider.RELOADABLE_REGISTRY_WITH_TAGS
private static final DataPackStructureProvider.Entry
DataPackStructureProvider.STATIC_REGISTRY
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DataPackStructureProvider.Entry> DataPackStructureProvider.Entry.CODEC
static final com.mojang.serialization.MapCodec
<DataPackStructureProvider.Entry> DataPackStructureProvider.Entry.MAP_CODEC
private final Map
<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.Registries.registries
The field for theregistries
record component.private static final Map
<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.RELOADABLE_REGISTRIES
Modifier and TypeMethodDescriptionDataPackStructureProvider.FakeRegistry.entry()
Returns the value of theentry
record component.Modifier and TypeMethodDescriptionprivate Map
<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.buildEntries()
Map
<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> DataPackStructureProvider.Registries.registries()
Returns the value of theregistries
record component.Modifier and TypeMethodDescriptionprivate void
DataPackStructureProvider.addEntry
(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, RegistryKey<? extends Registry<?>> key, DataPackStructureProvider.Entry entry) Modifier and TypeMethodDescriptionprivate void
DataPackStructureProvider.addEntry
(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, RegistryKey<? extends Registry<?>> key, DataPackStructureProvider.Entry entry) ModifierConstructorDescription(package private)
Creates an instance of aFakeRegistry
record class.ModifierConstructorDescription(package private)
Registries
(Map<RegistryKey<? extends Registry<?>>, DataPackStructureProvider.Entry> map, Map<String, DataPackStructureProvider.FakeRegistry> map2)