Yet Another World Protector

Yet Another World Protector

247k Downloads

Implement CuboidRegion and Area

Z0rdak opened this issue ยท 0 comments

commented

Description

Todos

CuboidArea

  • Implement structure to save block info
  • Implement contains check
  • Implement serialization
  • Implement toString() for CLI info

CuboidRegion

  • Implement constructors using the CuboidArea
  • Implement other methods (contains/serialization)

Definition of Done

CuboidArea

  • Area is implemented with CUBOID type
  • Area saves block info in a AxisAlignedBB
  • Implemented contains(Blockpos) method
  • Implemented toString() method
  • Implemented serialization

CuboidRegion

  • Implemented constructors using CuboidArea
  • Implemented other misc methods