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 RegistryAccess.FrozenWorldGenSettingsComponent.registryHolderMethods in net.minecraft.client.gui.screens.worldselection with parameters of type RegistryAccess.FrozenModifier and TypeMethodDescriptionprivate voidWorldGenSettingsComponent.importSettings(RegistryAccess.Frozen p_205469_, WorldGenSettings p_205470_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type RegistryAccess.FrozenModifierConstructorDescriptionWorldGenSettingsComponent(RegistryAccess.Frozen p_205452_, WorldGenSettings p_205453_, Optional<WorldPreset> p_205454_, OptionalLong p_205455_) -
Uses of RegistryAccess.Frozen in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate RegistryAccess.FrozenClientPacketListener.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.BUILTINMethods in net.minecraft.core that return RegistryAccess.FrozenModifier and TypeMethodDescriptiondefault RegistryAccess.FrozenRegistryAccess.freeze()default RegistryAccess.FrozenRegistryAccess.Frozen.freeze()static RegistryAccess.FrozenRegistryAccess.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.FrozenClientboundLoginPacket.registryHolderThe field for theregistryHolderrecord component.Methods in net.minecraft.network.protocol.game that return RegistryAccess.FrozenModifier and TypeMethodDescriptionClientboundLoginPacket.registryHolder()Returns the value of theregistryHolderrecord 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, Holder<DimensionType> dimensionType, ResourceKey<Level> dimension, long seed, int maxPlayers, int chunkRadius, int simulationDistance, boolean reducedDebugInfo, boolean showDeathScreen, boolean isDebug, boolean isFlat) Creates an instance of aClientboundLoginPacketrecord class. -
Uses of RegistryAccess.Frozen in net.minecraft.server
Fields in net.minecraft.server declared as RegistryAccess.FrozenModifier and TypeFieldDescriptionprivate final RegistryAccess.FrozenWorldStem.registryAccessThe field for theregistryAccessrecord component.private final RegistryAccess.FrozenMinecraftServer.registryHolderMethods in net.minecraft.server that return RegistryAccess.FrozenModifier and TypeMethodDescriptionMinecraftServer.registryAccess()WorldStem.registryAccess()Returns the value of theregistryAccessrecord component.Methods in net.minecraft.server that return types with arguments of type RegistryAccess.FrozenModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<WorldData,RegistryAccess.Frozen> WorldStem.WorldDataSupplier.get(ResourceManager p_206952_, DataPackConfig p_206953_) Methods in net.minecraft.server with parameters of type RegistryAccess.FrozenModifier and TypeMethodDescriptionReloadableServerResources.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 aWorldStemrecord 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_)