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 SummaryFieldsModifier 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 SummaryConstructorsModifierConstructorDescriptionprivateRegistryHolder(ResourceKey<? extends Registry<V>> registryKey) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field Details- 
registryKeyDeprecated, for removal: This API element is subject to removal in a future version.
- 
registryDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
RegistryHolderDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details