Class MaterialRuleContext.LazyXZCondition

java.lang.Object
net.minecraft.world.level.levelgen.material.MaterialRuleContext.LazyXZCondition
All Implemented Interfaces:
ConditionEvaluator
Enclosing class:
MaterialRuleContext

public abstract static class MaterialRuleContext.LazyXZCondition extends Object implements ConditionEvaluator
  • Field Details

  • Constructor Details

  • Method Details

    • test

      public boolean test()
      Specified by:
      test in interface ConditionEvaluator
    • compute

      protected abstract boolean compute()