Uses of Interface
net.minecraft.core.RegistryAccess.Frozen
Packages that use RegistryAccess.Frozen
Package
Description
-
Uses of RegistryAccess.Frozen in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate final RegistryAccess.Frozen
WorldCreationContext.registryAccess
The field for theregistryAccess
record component.Methods in net.minecraft.client.gui.screens.worldselection that return RegistryAccess.FrozenModifier and TypeMethodDescriptionWorldCreationContext.registryAccess()
Returns the value of theregistryAccess
record component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type RegistryAccess.FrozenModifier and TypeMethodDescriptionvoid
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess p_233108_, ReloadableServerResources p_233109_, RegistryAccess.Frozen p_233110_, WorldData p_233111_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionWorldCreationContext
(WorldGenSettings worldGenSettings, com.mojang.serialization.Lifecycle worldSettingsStability, RegistryAccess.Frozen registryAccess, ReloadableServerResources dataPackResources) Creates an instance of aWorldCreationContext
record class. -
Uses of RegistryAccess.Frozen in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate RegistryAccess.Frozen
ClientPacketListener.registryAccess
-
Uses of RegistryAccess.Frozen in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionIntegratedPlayerList
(IntegratedServer p_205649_, RegistryAccess.Frozen p_205650_, PlayerDataStorage p_205651_) -
Uses of RegistryAccess.Frozen in net.minecraft.core
Classes in net.minecraft.core that implement RegistryAccess.FrozenFields in net.minecraft.core with type parameters of type RegistryAccess.FrozenModifier and TypeFieldDescriptionstatic final Supplier<RegistryAccess.Frozen>
RegistryAccess.BUILTIN
Methods in net.minecraft.core that return RegistryAccess.FrozenModifier and TypeMethodDescriptiondefault RegistryAccess.Frozen
RegistryAccess.freeze()
default RegistryAccess.Frozen
RegistryAccess.Frozen.freeze()
static RegistryAccess.Frozen
RegistryAccess.fromRegistryOfRegistries
(Registry<? extends Registry<?>> p_206166_) -
Uses of RegistryAccess.Frozen in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate final RegistryAccess.Frozen
ClientboundLoginPacket.registryHolder
The field for theregistryHolder
record component.Methods in net.minecraft.network.protocol.game that return RegistryAccess.FrozenModifier and TypeMethodDescriptionClientboundLoginPacket.registryHolder()
Returns the value of theregistryHolder
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionClientboundLoginPacket
(int playerId, boolean hardcore, GameType gameType, GameType previousGameType, Set<ResourceKey<Level>> levels, RegistryAccess.Frozen registryHolder, ResourceKey<DimensionType> dimensionType, ResourceKey<Level> dimension, long seed, int maxPlayers, int chunkRadius, int simulationDistance, boolean reducedDebugInfo, boolean showDeathScreen, boolean isDebug, boolean isFlat, Optional<GlobalPos> lastDeathLocation) Creates an instance of aClientboundLoginPacket
record class. -
Uses of RegistryAccess.Frozen in net.minecraft.server
Fields in net.minecraft.server declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate final RegistryAccess.Frozen
WorldStem.registryAccess
The field for theregistryAccess
record component.private final RegistryAccess.Frozen
MinecraftServer.registryHolder
Methods in net.minecraft.server that return RegistryAccess.FrozenModifier and TypeMethodDescriptionMinecraftServer.registryAccess()
WorldStem.registryAccess()
Returns the value of theregistryAccess
record component.Methods in net.minecraft.server that return types with arguments of type RegistryAccess.FrozenModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<D,
RegistryAccess.Frozen> WorldLoader.WorldDataSupplier.get
(ResourceManager p_214413_, DataPackConfig p_214414_) Methods in net.minecraft.server with parameters of type RegistryAccess.FrozenModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create
(CloseableResourceManager p_214408_, ReloadableServerResources p_214409_, RegistryAccess.Frozen p_214410_, D p_214411_) ReloadableServerResources.loadResources
(ResourceManager p_206862_, RegistryAccess.Frozen p_206863_, Commands.CommandSelection p_206864_, int p_206865_, Executor p_206866_, Executor p_206867_) Constructors in net.minecraft.server with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionReloadableServerResources
(RegistryAccess.Frozen p_206857_, Commands.CommandSelection p_206858_, int p_206859_) WorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, RegistryAccess.Frozen registryAccess, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of RegistryAccess.Frozen in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionDedicatedPlayerList
(DedicatedServer p_203709_, RegistryAccess.Frozen p_203710_, PlayerDataStorage p_203711_) -
Uses of RegistryAccess.Frozen in net.minecraft.server.players
Fields in net.minecraft.server.players declared as RegistryAccess.FrozenConstructors in net.minecraft.server.players with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionPlayerList
(MinecraftServer p_203842_, RegistryAccess.Frozen p_203843_, PlayerDataStorage p_203844_, int p_203845_)