BlockChangeIntent

class BlockChangeIntent<T>(val blockChangeInfo: BlockChangeInfo, val slot: HotbarItemSlot, val timing: IntentTiming, val planningInfo: T, val provider: BlockIntentProvider<T>)

Constructors

Link copied to clipboard
constructor(blockChangeInfo: BlockChangeInfo, slot: HotbarItemSlot, timing: IntentTiming, planningInfo: T, provider: BlockIntentProvider<T>)

Properties

Link copied to clipboard
Link copied to clipboard

Info for the planner.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun validate(raycast: BlockHitResult): Boolean