Yet Another World Protector

Yet Another World Protector

247k Downloads

Implement Polygon3DRegion and Area

Z0rdak opened this issue ยท 1 comments

commented

Description

Todos

Polygon3DArea

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

PolygonRegion

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

Definition of Done

Polygon3DArea

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

PolygonRegion

  • Implemented constructors using Polygon3DArea
  • Implemented other misc methods
commented

This area type will be pushed back. First the other area types in combination with WorldEdit will be implemented