PlacementPlan

class PlacementPlan(val targetPos: BlockPos, val placementTarget: BlockPlacementTarget, val hotbarItemSlot: HotbarItemSlot)

Constructors

Link copied to clipboard
constructor(targetPos: BlockPos, placementTarget: BlockPlacementTarget, hotbarItemSlot: HotbarItemSlot)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetPos: BlockPos

Functions

Link copied to clipboard
fun doesCorrespondTo(rayTraceResult: BlockHitResult, sideMustMatch: Boolean = true): Boolean