类 SurfaceRules.LazyCondition
java.lang.Object
net.minecraft.world.level.levelgen.SurfaceRules.LazyCondition
- 所有已实现的接口:
SurfaceRules.Condition
- 封闭类:
SurfaceRules
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
context
-
lastUpdate
private long lastUpdate -
result
-
-
构造器详细资料
-
LazyCondition
-
-
方法详细资料
-
test
public boolean test()- 指定者:
test
在接口中SurfaceRules.Condition
-
getContextLastUpdate
protected abstract long getContextLastUpdate() -
compute
protected abstract boolean compute()
-