Uses of Record Class
net.minecraft.registry.entry.RegistryEntryInfo
-
Uses of RegistryEntryInfo in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate static final RegistryEntryInfo
ReloadableRegistries.DEFAULT_REGISTRY_ENTRY_INFO
private static final RegistryEntryInfo
RegistryLoader.EXPERIMENTAL_ENTRY_INFO
Modifier and TypeFieldDescriptionprivate final Map
<RegistryKey<T>, RegistryEntryInfo> SimpleRegistry.keyToEntryInfo
private static final Function
<Optional<VersionedIdentifier>, RegistryEntryInfo> RegistryLoader.RESOURCE_ENTRY_INFO_GETTER
Modifier and TypeMethodDescriptionRegistry.getEntryInfo
(RegistryKey<T> key) SimpleRegistry.getEntryInfo
(RegistryKey<T> key) Modifier and TypeMethodDescriptionMutableRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) SimpleDefaultedRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) SimpleRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) private static <E> void
RegistryLoader.parseAndAdd
(MutableRegistry<E> registry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> ops, RegistryKey<E> key, Resource resource, RegistryEntryInfo entryInfo) -
Uses of RegistryEntryInfo in net.minecraft.registry.entry