Class TwoLayersFeatureSize

java.lang.Object
net.minecraft.world.level.levelgen.feature.featuresize.FeatureSize
net.minecraft.world.level.levelgen.feature.featuresize.TwoLayersFeatureSize

public class TwoLayersFeatureSize extends FeatureSize
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<TwoLayersFeatureSize> CODEC
    • limit

      private final int limit
    • lowerSize

      private final int lowerSize
    • upperSize

      private final int upperSize
  • Constructor Details

    • TwoLayersFeatureSize

      public TwoLayersFeatureSize(int pLimit, int pLowerSize, int pUpperSize)
    • TwoLayersFeatureSize

      public TwoLayersFeatureSize(int pLimit, int pLowerSize, int pUpperSize, OptionalInt p_68349_)
  • Method Details