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> element) Registry.registrationInfo(ResourceKey<T> element) 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> key, T value, RegistrationInfo registrationInfo) 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 RegistrationInfoNetworkRegistryLoadTask.NETWORK_REGISTRATION_INFOprivate final RegistrationInfoRegistryLoadTask.PendingRegistration.registrationInfoThe field for theregistrationInforecord component.Fields in net.minecraft.resources with type parameters of type RegistrationInfoModifier and TypeFieldDescriptionprivate static final Function<Optional<KnownPack>, RegistrationInfo> ResourceManagerRegistryLoadTask.REGISTRATION_INFO_CACHEMethods in net.minecraft.resources that return RegistrationInfoModifier and TypeMethodDescriptionRegistryLoadTask.PendingRegistration.registrationInfo()Returns the value of theregistrationInforecord component.Constructors in net.minecraft.resources with parameters of type RegistrationInfoModifierConstructorDescriptionprotectedPendingRegistration(ResourceKey<T> key, com.mojang.datafixers.util.Either<T, Exception> value, RegistrationInfo registrationInfo) Creates an instance of aPendingRegistrationrecord class. -
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