Uses of Interface
net.minecraft.registry.DynamicRegistryManager.Immutable
Package
Description
-
Uses of DynamicRegistryManager.Immutable in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate final DynamicRegistryManager.Immutable
ClientPlayNetworkHandler.combinedDynamicRegistries
private final DynamicRegistryManager.Immutable
ClientConnectionState.receivedRegistries
The field for thereceivedRegistries
record component.private final DynamicRegistryManager.Immutable
ClientConfigurationNetworkHandler.registryManager
private static final DynamicRegistryManager.Immutable
ClientDynamicRegistryType.STATIC_REGISTRY_MANAGER
Modifier and TypeMethodDescriptionClientRegistries.createRegistryManager
(ResourceFactory resourceFactory, DynamicRegistryManager.Immutable registryManager, boolean local) ClientPlayNetworkHandler.getRegistryManager()
ClientConnectionState.receivedRegistries()
Returns the value of thereceivedRegistries
record component.Modifier and TypeMethodDescriptionClientRegistries.createRegistryManager
(ResourceFactory resourceFactory, DynamicRegistryManager.Immutable registryManager, boolean local) private void
ClientRegistries.loadTags
(ClientRegistries.Tags tags, DynamicRegistryManager.Immutable registryManager, boolean local) private static <T> Registry.PendingTagLoad
<T> ClientRegistries.startTagReload
(DynamicRegistryManager.Immutable registryManager, RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized tags) ModifierConstructorDescriptionClientConnectionState
(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, Map<String, String> map2, ServerLinks serverLinks) -
Uses of DynamicRegistryManager.Immutable in net.minecraft.client.world
-
Uses of DynamicRegistryManager.Immutable in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate final DynamicRegistryManager.Immutable
CombinedDynamicRegistries.combinedRegistryManager
static final DynamicRegistryManager.Immutable
DynamicRegistryManager.EMPTY
private static final DynamicRegistryManager.Immutable
ServerDynamicRegistryType.STATIC_REGISTRY_MANAGER
Modifier and TypeFieldDescriptionprivate final List
<DynamicRegistryManager.Immutable> CombinedDynamicRegistries.registryManagers
Modifier and TypeMethodDescriptionCombinedDynamicRegistries.getCombinedRegistryManager()
CombinedDynamicRegistries.getPrecedingRegistryManagers
(T type) CombinedDynamicRegistries.getSucceedingRegistryManagers
(T type) private static DynamicRegistryManager.Immutable
RegistryLoader.load
(RegistryLoader.RegistryLoadable loadable, List<RegistryWrapper.Impl<?>> registries, List<RegistryLoader.Entry<?>> entries) RegistryLoader.loadFromNetwork
(Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, ResourceFactory factory, List<RegistryWrapper.Impl<?>> registries, List<RegistryLoader.Entry<?>> entries) RegistryLoader.loadFromResource
(ResourceManager resourceManager, List<RegistryWrapper.Impl<?>> registries, List<RegistryLoader.Entry<?>> entries) private DynamicRegistryManager.Immutable
CombinedDynamicRegistries.subset
(int startIndex, int endIndex) default DynamicRegistryManager.Immutable
DynamicRegistryManager.toImmutable()
Modifier and TypeMethodDescriptionCombinedDynamicRegistries.with
(T type, DynamicRegistryManager.Immutable[] registryManagers) Modifier and TypeMethodDescriptionCombinedDynamicRegistries.with
(T type, List<DynamicRegistryManager.Immutable> registryManagers) -
Uses of DynamicRegistryManager.Immutable in net.minecraft.registry.tag
Modifier and TypeMethodDescriptionstatic List
<RegistryWrapper.Impl<?>> TagGroupLoader.collectRegistries
(DynamicRegistryManager.Immutable registryManager, List<Registry.PendingTagLoad<?>> tagLoads) -
Uses of DynamicRegistryManager.Immutable in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final DynamicRegistryManager.Immutable
SaveLoading.LoadContext.dimensionsRegistryManager
The field for thedimensionsRegistryManager
record component.private final DynamicRegistryManager.Immutable
SaveLoading.LoadContextSupplierContext.dimensionsRegistryManager
The field for thedimensionsRegistryManager
record component.Modifier and TypeMethodDescriptionSaveLoading.LoadContext.dimensionsRegistryManager()
Returns the value of thedimensionsRegistryManager
record component.SaveLoading.LoadContextSupplierContext.dimensionsRegistryManager()
Returns the value of thedimensionsRegistryManager
record component.MinecraftServer.getRegistryManager()
ModifierConstructorDescriptionLoadContext
(D d, DynamicRegistryManager.Immutable immutable) LoadContextSupplierContext
(ResourceManager resourceManager, DataConfiguration dataConfiguration, RegistryWrapper.WrapperLookup wrapperLookup, DynamicRegistryManager.Immutable immutable) -
Uses of DynamicRegistryManager.Immutable in net.minecraft.world.dimension
Modifier and TypeMethodDescriptionDimensionOptionsRegistryHolder.DimensionsConfig.toDynamicRegistryManager()