Package net.minecraft.core
Class RegistryAccess.ImmutableRegistryAccess
java.lang.Object
net.minecraft.core.RegistryAccess.ImmutableRegistryAccess
- All Implemented Interfaces:
- HolderLookup.Provider,- RegistryAccess
- Enclosing interface:
- RegistryAccess
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.core.RegistryAccessRegistryAccess.Frozen, RegistryAccess.ImmutableRegistryAccess, RegistryAccess.RegistryEntry<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<? extends ResourceKey<? extends Registry<?>>,? extends Registry<?>> Fields inherited from interface net.minecraft.core.RegistryAccessEMPTY, LOGGER
- 
Constructor SummaryConstructorsConstructorDescriptionImmutableRegistryAccess(List<? extends Registry<?>> p_248540_) ImmutableRegistryAccess(Map<? extends ResourceKey<? extends Registry<?>>, ? extends Registry<?>> p_206225_) ImmutableRegistryAccess(Stream<RegistryAccess.RegistryEntry<?>> p_206227_) 
- 
Method SummaryModifier and TypeMethodDescriptionregistry(ResourceKey<? extends Registry<? extends E>> p_206229_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.core.HolderLookup.ProviderasGetterLookup, lookupOrThrowMethods inherited from interface net.minecraft.core.RegistryAccessallRegistriesLifecycle, freeze, listRegistries, lookup, registryOrThrow
- 
Field Details- 
registries
 
- 
- 
Constructor Details- 
ImmutableRegistryAccess
- 
ImmutableRegistryAccesspublic ImmutableRegistryAccess(Map<? extends ResourceKey<? extends Registry<?>>, ? extends Registry<?>> p_206225_) 
- 
ImmutableRegistryAccess
 
- 
- 
Method Details- 
registry- Specified by:
- registryin interface- RegistryAccess
 
- 
registries- Specified by:
- registriesin interface- RegistryAccess
 
 
-