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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final SurfaceRules.Contextprivate long(package private) Boolean
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
context
- 
lastUpdateprivate long lastUpdate
- 
result
 
- 
- 
Constructor Details- 
LazyCondition
 
- 
- 
Method Details- 
testpublic boolean test()- Specified by:
- testin interface- SurfaceRules.Condition
 
- 
getContextLastUpdateprotected abstract long getContextLastUpdate()
- 
computeprotected abstract boolean compute()
 
-