FaceHandlingOptions

class FaceHandlingOptions(val facePositionFactory: FaceTargetPositionFactory, val considerFacingAwayFaces: Boolean = false)

Decides how scaffold processes the faces of the considered target blocks.

Parameters

facePositionFactory

given a face, it will yield a point on the face to target.

considerFacingAwayFaces

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)

Properties