Heightmap enum
Heightmaps to be used in Execute.positioned
Values
- world_suface → const Heightmap
-
Y-level of the highest non-air block.
- motion_blocking → const Heightmap
-
Y-level of the highest block whose material blocks motion or blocks that contains a fluid.
- motion_blocking_no_leaves → const Heightmap
-
Y-level of the highest block whose material blocks motion or blocks that contains a fluid except leaves.
- ocean_floor → const Heightmap
-
Y-level of the highest block whose material blocks motion
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited