Face Handling Options
class FaceHandlingOptions(val facePositionFactory: FaceTargetPositionFactory, val considerFacingAwayFaces: Boolean = false)
Decides how scaffold processes the faces of the considered target blocks.
Parameters
face Position Factory
given a face, it will yield a point on the face to target.
consider Facing Away Faces
decides whether scaffold will consider faces which point away from the player camera as possible targets, as it is mostly nonsensical. The expand-scaffold, for example, needs them to be considered to work.
Constructors
Link copied to clipboard
constructor(facePositionFactory: FaceTargetPositionFactory, considerFacingAwayFaces: Boolean = false)