Class HeightMatchTest

java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.RuleTest
net.minecraft.world.level.levelgen.structure.templatesystem.HeightMatchTest

public class HeightMatchTest extends RuleTest
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<HeightMatchTest> CODEC
    • minInclusive

      private final int minInclusive
    • maxInclusive

      private final int maxInclusive
  • Constructor Details

    • HeightMatchTest

      public HeightMatchTest(int minInclusive, int maxInclusive)
  • Method Details