类 SurfaceRules.LazyCondition

java.lang.Object
net.minecraft.world.level.levelgen.SurfaceRules.LazyCondition
所有已实现的接口:
SurfaceRules.Condition
直接已知子类:
SurfaceRules.LazyXZCondition, SurfaceRules.LazyYCondition
封闭类:
SurfaceRules

abstract static class SurfaceRules.LazyCondition extends Object implements SurfaceRules.Condition
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • test

      public boolean test()
      指定者:
      test 在接口中 SurfaceRules.Condition
    • getContextLastUpdate

      protected abstract long getContextLastUpdate()
    • compute

      protected abstract boolean compute()