Package net.minecraftforge.registries
Class DeferredRegister.RegistryHolder<V>
java.lang.Object
net.minecraftforge.registries.DeferredRegister.RegistryHolder<V>
- All Implemented Interfaces:
 Supplier<IForgeRegistry<V>>
- Enclosing class:
 - DeferredRegister<T>
 
@Deprecated(forRemoval=true,
            since="1.20.2")
private static class DeferredRegister.RegistryHolder<V>
extends Object
implements Supplier<IForgeRegistry<V>>
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IForgeRegistry<V>Deprecated, for removal: This API element is subject to removal in a future version.private final ResourceKey<? extends Registry<V>>Deprecated, for removal: This API element is subject to removal in a future version. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRegistryHolder(ResourceKey<? extends Registry<V>> registryKey) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Field Details
- 
registryKey
Deprecated, for removal: This API element is subject to removal in a future version. - 
registry
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Constructor Details
- 
RegistryHolder
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details