Class SurfaceRules.LazyCondition

java.lang.Object
net.minecraft.world.level.levelgen.SurfaceRules.LazyCondition
All Implemented Interfaces:
SurfaceRules.Condition
Direct Known Subclasses:
SurfaceRules.LazyXZCondition, SurfaceRules.LazyYCondition
Enclosing class:
SurfaceRules

abstract static class SurfaceRules.LazyCondition extends Object implements SurfaceRules.Condition
  • Field Details

  • Constructor Details

  • Method Details

    • test

      public boolean test()
      Specified by:
      test in interface SurfaceRules.Condition
    • getContextLastUpdate

      protected abstract long getContextLastUpdate()
    • compute

      protected abstract boolean compute()