Class BlockVector

java.lang.Object
org.bukkit.util.Vector
org.bukkit.util.BlockVector
All Implemented Interfaces:
Cloneable, ConfigurationSerializable

public class BlockVector extends Vector
A vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit. BlockVectors can be used in hash sets and hash maps. Be aware that BlockVectors are mutable, but it is important that BlockVectors are never changed once put into a hash set or hash map.