Uses of Record Class
net.minecraft.world.level.levelgen.NoiseGeneratorSettings.DebugFunctions
Packages that use NoiseGeneratorSettings.DebugFunctions
-
Uses of NoiseGeneratorSettings.DebugFunctions in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as NoiseGeneratorSettings.DebugFunctionsModifier and TypeFieldDescriptionprivate final NoiseGeneratorSettings.DebugFunctionsNoiseGeneratorSettings.debugFunctionsThe field for thedebugFunctionsrecord component.static final NoiseGeneratorSettings.DebugFunctionsNoiseGeneratorSettings.DebugFunctions.EMPTYFields in net.minecraft.world.level.levelgen with type parameters of type NoiseGeneratorSettings.DebugFunctionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseGeneratorSettings.DebugFunctions> NoiseGeneratorSettings.DebugFunctions.CODECMethods in net.minecraft.world.level.levelgen that return NoiseGeneratorSettings.DebugFunctionsModifier and TypeMethodDescriptionNoiseGeneratorSettings.debugFunctions()Returns the value of thedebugFunctionsrecord component.Constructors in net.minecraft.world.level.levelgen with parameters of type NoiseGeneratorSettings.DebugFunctionsModifierConstructorDescriptionNoiseGeneratorSettings(NoiseSettings noiseSettings, BlockState defaultBlock, BlockState defaultFluid, NoiseRouter noiseRouter, Holder<MaterialRule> materialRule, List<SpawnTargetPoint> spawnTarget, int seaLevel, boolean disableMobGeneration, Optional<Aquifer.Config> aquifers, boolean useLegacyRandomSource, NoiseGeneratorSettings.DebugFunctions debugFunctions) Creates an instance of aNoiseGeneratorSettingsrecord class.