Uses of Record Class
net.minecraft.core.RegistrationInfo
Packages that use RegistrationInfo
Package
Description
-
Uses of RegistrationInfo in net.minecraft.core
Fields in net.minecraft.core declared as RegistrationInfoFields in net.minecraft.core with type parameters of type RegistrationInfoModifier and TypeFieldDescriptionprivate final Map<ResourceKey<T>, RegistrationInfo> MappedRegistry.registrationInfosMethods in net.minecraft.core that return types with arguments of type RegistrationInfoModifier and TypeMethodDescriptionMappedRegistry.registrationInfo(ResourceKey<T> key) Registry.registrationInfo(ResourceKey<T> key) Methods in net.minecraft.core with parameters of type RegistrationInfoModifier and TypeMethodDescriptionDefaultedMappedRegistry.register(ResourceKey<T> key, T value, RegistrationInfo registrationInfo) MappedRegistry.register(int id, ResourceKey<T> p_256252_, T p_256591_, RegistrationInfo p_326235_) MappedRegistry.register(ResourceKey<T> key, T value, RegistrationInfo registrationInfo) WritableRegistry.register(ResourceKey<T> key, T value, RegistrationInfo registrationInfo) -
Uses of RegistrationInfo in net.minecraft.resources
Fields in net.minecraft.resources declared as RegistrationInfoModifier and TypeFieldDescriptionprivate static final RegistrationInfoRegistryDataLoader.NETWORK_REGISTRATION_INFOFields in net.minecraft.resources with type parameters of type RegistrationInfoModifier and TypeFieldDescriptionprivate static final Function<Optional<KnownPack>, RegistrationInfo> RegistryDataLoader.REGISTRATION_INFO_CACHEMethods in net.minecraft.resources with parameters of type RegistrationInfoModifier and TypeMethodDescriptionprivate static <E> voidRegistryDataLoader.loadElementFromResource(WritableRegistry<E> registry, com.mojang.serialization.Decoder<E> codec, RegistryOps<com.google.gson.JsonElement> ops, ResourceKey<E> resourceKey, Resource resource, RegistrationInfo registrationInfo) -
Uses of RegistrationInfo in net.minecraft.server
Fields in net.minecraft.server declared as RegistrationInfoModifier and TypeFieldDescriptionprivate static final RegistrationInfoReloadableServerRegistries.DEFAULT_REGISTRATION_INFO -
Uses of RegistrationInfo in net.neoforged.neoforge.mixins
Methods in net.neoforged.neoforge.mixins that return types with arguments of type RegistrationInfo