Interface BlockVector3Set

All Superinterfaces:
Collection<BlockVector3>, Iterable<BlockVector3>, Set<BlockVector3>
All Known Implementing Classes:
BlockVectorSet, LocalBlockVectorSet

public interface BlockVector3Set extends Set<BlockVector3>
  • Method Details

    • getAppropriateVectorSet

      static BlockVector3Set getAppropriateVectorSet(Region region)
    • add

      boolean add(int x, int y, int z)
    • contains

      boolean contains(int x, int y, int z)