Uses of Record Class
net.minecraft.class_7712
Packages that use class_7712
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7712 in net.minecraft
Fields in net.minecraft declared as class_7712Fields in net.minecraft with type parameters of type class_7712Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7712>class_7712.field_40259Methods in net.minecraft that return class_7712 -
Uses of class_7712 in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as class_7712Modifier and TypeFieldDescriptionprivate final class_7712CreateWorldScreen.class_7749.dataConfigurationThe field for thedataConfigurationrecord component.protected class_7712CreateWorldScreen.dataPackSettingsMethods in net.minecraft.client.gui.screen.world that return class_7712Modifier and TypeMethodDescriptionCreateWorldScreen.class_7749.dataConfiguration()Returns the value of thedataConfigurationrecord component.Methods in net.minecraft.client.gui.screen.world with parameters of type class_7712Modifier and TypeMethodDescriptionprivate static SaveLoading.ServerConfigCreateWorldScreen.createServerConfig(ResourcePackManager resourcePackManager, class_7712 class_7712) private voidCreateWorldScreen.method_45679(ResourcePackManager resourcePackManager, class_7712 class_7712) Constructors in net.minecraft.client.gui.screen.world with parameters of type class_7712ModifierConstructorDescription(package private)class_7749(class_7726 class_7726, class_7712 class_7712) privateCreateWorldScreen(@Nullable Screen parent, class_7712 class_7712, MoreOptionsDialog moreOptionsDialog) -
Uses of class_7712 in net.minecraft.client.world
Fields in net.minecraft.client.world declared as class_7712Modifier and TypeFieldDescriptionprivate final class_7712GeneratorOptionsHolder.dataConfigurationThe field for thedataConfigurationrecord component.Methods in net.minecraft.client.world that return class_7712Modifier and TypeMethodDescriptionGeneratorOptionsHolder.dataConfiguration()Returns the value of thedataConfigurationrecord component.Constructors in net.minecraft.client.world with parameters of type class_7712ModifierConstructorDescriptionGeneratorOptionsHolder(class_7726 class_7726, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) GeneratorOptionsHolder(GeneratorOptions generatorOptions, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) GeneratorOptionsHolder(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) -
Uses of class_7712 in net.minecraft.server
Fields in net.minecraft.server declared as class_7712Modifier and TypeFieldDescriptionprivate final class_7712SaveLoading.class_7660.dataConfigurationThe field for thedataConfigurationrecord component.private final class_7712SaveLoading.DataPacks.settingsThe field for thesettingsrecord component.Methods in net.minecraft.server that return class_7712Modifier and TypeMethodDescriptionSaveLoading.class_7660.dataConfiguration()Returns the value of thedataConfigurationrecord component.static class_7712MinecraftServer.loadDataPacks(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings, boolean safeMode, class_7699 class_7699) SaveLoading.DataPacks.settings()Returns the value of thesettingsrecord component.Methods in net.minecraft.server that return types with arguments of type class_7712Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<class_7712,LifecycledResourceManager> SaveLoading.DataPacks.load()Constructors in net.minecraft.server with parameters of type class_7712ModifierConstructorDescriptionclass_7660(ResourceManager resourceManager, class_7712 class_7712, DynamicRegistryManager.Immutable immutable, DynamicRegistryManager.Immutable immutable2) DataPacks(ResourcePackManager resourcePackManager, class_7712 class_7712, boolean bool, boolean bool2) -
Uses of class_7712 in net.minecraft.world
Methods in net.minecraft.world that return class_7712Methods in net.minecraft.world with parameters of type class_7712 -
Uses of class_7712 in net.minecraft.world.level
Fields in net.minecraft.world.level declared as class_7712Methods in net.minecraft.world.level that return class_7712Modifier and TypeMethodDescriptionLevelInfo.getDataPackSettings()LevelProperties.getDataPackSettings()Methods in net.minecraft.world.level with parameters of type class_7712Modifier and TypeMethodDescriptionstatic LevelInfoLevelInfo.fromDynamic(com.mojang.serialization.Dynamic<?> dynamic, class_7712 class_7712) voidLevelProperties.updateLevelInfo(class_7712 class_7712) LevelInfo.withDataPackSettings(class_7712 class_7712) Constructors in net.minecraft.world.level with parameters of type class_7712ModifierConstructorDescriptionLevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, class_7712 class_7712) -
Uses of class_7712 in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return class_7712Modifier and TypeMethodDescriptionLevelStorage.Session.getDataPackSettings()private static class_7712LevelStorage.parseDataPackSettings(com.mojang.serialization.Dynamic<?> dynamic) private static @Nullable class_7712LevelStorage.readDataPackSettings(Path path, com.mojang.datafixers.DataFixer dataFixer) Methods in net.minecraft.world.level.storage with parameters of type class_7712Modifier and TypeMethodDescription(package private) static BiFunction<Path,com.mojang.datafixers.DataFixer, com.mojang.datafixers.util.Pair<SaveProperties, class_7723.class_7725>> LevelStorage.createLevelDataParser(com.mojang.serialization.DynamicOps<NbtElement> ops, class_7712 class_7712, Registry<DimensionOptions> registry, com.mojang.serialization.Lifecycle lifecycle) @Nullable com.mojang.datafixers.util.Pair<SaveProperties,class_7723.class_7725> LevelStorage.Session.readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, class_7712 class_7712, Registry<DimensionOptions> registry, com.mojang.serialization.Lifecycle lifecycle)