StructurePlacePart

interface StructurePlacePart<Block, World>

Represents a part of the structure.

Functions

getSourceBlock
Link copied to clipboard
abstract fun getSourceBlock(): Block
Gets currently processed block from the structure source.
getTargetBlock
Link copied to clipboard
abstract fun getTargetBlock(): Block
Gets target block in the world where the source block is placed.
getWorld
Link copied to clipboard
abstract fun getWorld(): World
Gets the world where the structure is placed.