Migrate PlateauProvider to BlockArea #27
Labels
Good First Issue
Good for learners that are new to Terasology
Size: S
Small effort likely only affecting a single area and requiring little to no research
Topic: WorldGen
Requests, Issues and Changes related to facets, rasterizers, etc.
Type: Refactoring
Request for or implementation of pure and automatic refactorings, e.g. renaming, to improve clarity
See #25 (comment)
Currently,
PlateauProvider
uses aRectanglei
to handle an area. This should rather be aBlockArea
, but we don't have feature parity between rectangle and area yet. In particular,BlockArea#distance[Squared](Vector3i point)
does not exist yet.This requires addition to
BlockArea
(andBlockRegion
for consistency) in MovingBlocks/Terasology.The text was updated successfully, but these errors were encountered: