Block Change Intent
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>)