Class TwoLayerFeature

java.lang.Object
net.minecraft.world.gen.feature.AbstractFeatureSizeType
net.minecraft.world.gen.feature.TwoLayerFeature

public class TwoLayerFeature extends AbstractFeatureSizeType
  • Field Details

    • CODEC

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

      private final int limit
    • lowerSize

      private final int lowerSize
    • upperSize

      private final int upperSize
  • Constructor Details

    • TwoLayerFeature

      public TwoLayerFeature(int p_i232025_1_, int p_i232025_2_, int p_i232025_3_)
    • TwoLayerFeature

      public TwoLayerFeature(int p_i232026_1_, int p_i232026_2_, int p_i232026_3_, OptionalInt p_i232026_4_)
  • Method Details