Class LayerPattern
java.lang.Object
com.simibubi.create.infrastructure.worldgen.LayerPattern
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LayerPattern> final List<LayerPattern.Layer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerPattern.Builderbuilder()rollNext(LayerPattern.Layer previous, net.minecraft.util.RandomSource random)
-
Field Details
-
CODEC
-
layers
-
-
Constructor Details
-
LayerPattern
-
-
Method Details
-
rollNext
public LayerPattern.Layer rollNext(@Nullable LayerPattern.Layer previous, net.minecraft.util.RandomSource random) -
builder
-