Uses of Record Class
net.minecraft.registry.entry.RegistryEntryInfo
Packages that use RegistryEntryInfo
-
Uses of RegistryEntryInfo in net.minecraft.registry
Fields in net.minecraft.registry declared as RegistryEntryInfoModifier and TypeFieldDescriptionprivate static final RegistryEntryInfo
ReloadableRegistries.DEFAULT_REGISTRY_ENTRY_INFO
private static final RegistryEntryInfo
RegistryLoader.EXPERIMENTAL_ENTRY_INFO
Fields in net.minecraft.registry with type parameters of type RegistryEntryInfoModifier and TypeFieldDescriptionprivate final Map
<RegistryKey<T>, RegistryEntryInfo> SimpleRegistry.keyToEntryInfo
private static final Function
<Optional<VersionedIdentifier>, RegistryEntryInfo> RegistryLoader.RESOURCE_ENTRY_INFO_GETTER
Methods in net.minecraft.registry that return types with arguments of type RegistryEntryInfoModifier and TypeMethodDescriptionRegistry.getEntryInfo
(RegistryKey<T> key) SimpleRegistry.getEntryInfo
(RegistryKey<T> key) Methods in net.minecraft.registry with parameters of type RegistryEntryInfoModifier 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
Fields in net.minecraft.registry.entry declared as RegistryEntryInfo