StructurePlaceMeta

interface StructurePlaceMeta

Functions

getBlockProcessors
Link copied to clipboard
abstract fun getBlockProcessors(): List<(out Any) -> Boolean>
Gets the block processors when placing this structure.
getEntityProcessors
Link copied to clipboard
abstract fun getEntityProcessors(): List<(out Any) -> Boolean>
Gets the Entity processors when placing this structure.
getIntegrity
Link copied to clipboard
abstract fun getIntegrity(): Float
Gets the target integrity.
getLocation
Link copied to clipboard
abstract fun getLocation(): Position
Gets the source Location.
getMirrorType
Link copied to clipboard
abstract fun getMirrorType(): StructureMirror
Gets the target mirror type.
getProcessors
Link copied to clipboard
abstract fun getProcessors(): List<(out Any) -> Boolean>
Deprecated, use getBlockProcessors instead.
getRotationType
Link copied to clipboard
abstract fun getRotationType(): StructureRotation
Gets the target rotation type.
getSeed
Link copied to clipboard
abstract fun getSeed(): Long
Gets the target seed.
isIncludeBlockEnabled
Link copied to clipboard
abstract fun isIncludeBlockEnabled(): Boolean
Should blocks be loaded.
isIncludeEntitiesEnabled
Link copied to clipboard
abstract fun isIncludeEntitiesEnabled(): Boolean
Should entities be loaded.