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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
-
lastUpdate
private long lastUpdate -
result
-
-
Constructor Details
-
LazyXZCondition
-
-
Method Details
-
test
public boolean test()- Specified by:
testin interfaceConditionEvaluator
-
compute
protected abstract boolean compute()
-