Uses of Record Class
net.minecraft.world.gen.chunk.SlideConfig
Packages that use SlideConfig
-
Uses of SlideConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as SlideConfigModifier and TypeFieldDescriptionprivate final SlideConfigGenerationShapeConfig.bottomSlideThe field for thebottomSliderecord component.private final SlideConfigGenerationShapeConfig.topSlideThe field for thetopSliderecord component.Fields in net.minecraft.world.gen.chunk with type parameters of type SlideConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SlideConfig>SlideConfig.CODECMethods in net.minecraft.world.gen.chunk that return SlideConfigModifier and TypeMethodDescriptionGenerationShapeConfig.bottomSlide()Returns the value of thebottomSliderecord component.GenerationShapeConfig.topSlide()Returns the value of thetopSliderecord component.Methods in net.minecraft.world.gen.chunk with parameters of type SlideConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfigGenerationShapeConfig.create(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters) Constructors in net.minecraft.world.gen.chunk with parameters of type SlideConfigModifierConstructorDescriptionGenerationShapeConfig(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters)