Uses of Record Class
net.minecraft.world.level.levelgen.NoiseGeneratorSettings.DebugFunctionEntry
Packages that use NoiseGeneratorSettings.DebugFunctionEntry
-
Uses of NoiseGeneratorSettings.DebugFunctionEntry in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type NoiseGeneratorSettings.DebugFunctionEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseGeneratorSettings.DebugFunctionEntry> NoiseGeneratorSettings.DebugFunctionEntry.CODECprivate final List<NoiseGeneratorSettings.DebugFunctionEntry> NoiseGeneratorSettings.DebugFunctions.functionsThe field for thefunctionsrecord component.Methods in net.minecraft.world.level.levelgen that return types with arguments of type NoiseGeneratorSettings.DebugFunctionEntryModifier and TypeMethodDescriptionNoiseGeneratorSettings.DebugFunctions.functions()Returns the value of thefunctionsrecord component.Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type NoiseGeneratorSettings.DebugFunctionEntryModifierConstructorDescriptionCreates an instance of aDebugFunctionsrecord class.