Yet Another World Protector

Yet Another World Protector

247k Downloads

Implement PrismRegion and Area

Z0rdak opened this issue ยท 0 comments

commented

Description

Todos

PrismArea

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

PrismRegion

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

Definition of Done

PrismArea

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

PrismRegion

  • Implemented constructors using PrismArea
  • Implemented other misc methods