Class TwoLayersFeatureSize

java.lang.Object
net.minecraft.world.gen.feature.size.FeatureSize
net.minecraft.world.gen.feature.size.TwoLayersFeatureSize

public class TwoLayersFeatureSize
extends FeatureSize
  • Field Details

    • CODEC

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

      private final int limit
    • lowerSize

      private final int lowerSize
    • upperSize

      private final int upperSize
  • Constructor Details

    • TwoLayersFeatureSize

      public TwoLayersFeatureSize​(int limit, int lowerSize, int upperSize)
    • TwoLayersFeatureSize

      public TwoLayersFeatureSize​(int limit, int lowerSize, int upperSize, OptionalInt minClippedHeight)
  • Method Details