Uses of Class
org.bukkit.util.BlockVector
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of BlockVector in org.bukkit.block
Modifier and TypeMethodDescriptionStructure.getRelativePosition()
The relative position of the structure outline based on the position of the structure block.Structure.getStructureSize()
The distance to the opposite corner of this structure.Modifier and TypeMethodDescriptionvoid
Structure.setRelativePosition(BlockVector vector)
Set the relative position from the structure block.void
Structure.setStructureSize(BlockVector vector)
Set the maximum size of this structure from the origin point. -
Uses of BlockVector in org.bukkit.util
Modifier and TypeMethodDescriptionBlockVector.clone()
Get a new block vector.static BlockVector
BlockVector.deserialize(Map<String,Object> args)
Vector.toBlockVector()
Get the block vector of this vector.