Interface AbovePreliminarySurfaceConditionSource
- All Superinterfaces:
ConditionSource, SurfaceRule, Wrapper
@NullMarked
@AsOf("3.0.0")
public interface AbovePreliminarySurfaceConditionSource
extends ConditionSource
Checks if the current position is above the preliminary surface level — a Y-level usually a few
blocks below the main surface, ignoring noise caves. Used to prevent grass blocks from being placed
in noise caves.
- Since:
- 3.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AbovePreliminarySurfaceConditionSourceThe above-preliminary-surface condition source. -
Method Summary
Methods inherited from interface ConditionSource
not, thenMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
INSTANCE
The above-preliminary-surface condition source.
-