Uses of Record Class
net.minecraft.world.level.levelgen.carver.CanyonWorldCarver.Shape
Packages that use CanyonWorldCarver.Shape
-
Uses of CanyonWorldCarver.Shape in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as CanyonWorldCarver.ShapeModifier and TypeFieldDescriptionprivate final CanyonWorldCarver.ShapeCanyonWorldCarver.shapeThe field for theshaperecord component.Fields in net.minecraft.world.level.levelgen.carver with type parameters of type CanyonWorldCarver.ShapeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CanyonWorldCarver.Shape> CanyonWorldCarver.Shape.CODECMethods in net.minecraft.world.level.levelgen.carver that return CanyonWorldCarver.ShapeModifier and TypeMethodDescriptionCanyonWorldCarver.shape()Returns the value of theshaperecord component.Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CanyonWorldCarver.ShapeModifierConstructorDescriptionCanyonWorldCarver(float probability, HeightProvider y, FloatProvider verticalRotation, CanyonWorldCarver.Shape shape) Creates an instance of aCanyonWorldCarverrecord class.