Yet Another World Protector

Yet Another World Protector

247k Downloads

Implement SphericalRegion and Area

Z0rdak opened this issue ยท 0 comments

commented

Description

Todos

SphereArea

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

SphereRegion

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

Definition of Done

SphereArea

  • Area is implemented with SPHERE type
  • Area saves block info in fitting format
  • Implemented contains(Blockpos) method
  • Implemented toString() method
  • Implemented serialization

SphereRegion

  • Implemented constructors using SphereArea
  • Implemented other misc methods