mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Made the fields of Polygonal2DRegionSelector private.
This commit is contained in:
parent
b05a72fea1
commit
e598f8eaa0
@ -40,8 +40,8 @@ import com.sk89q.worldedit.cui.SelectionShapeEvent;
|
|||||||
* @author sk89q
|
* @author sk89q
|
||||||
*/
|
*/
|
||||||
public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
||||||
protected BlockVector pos1;
|
private BlockVector pos1;
|
||||||
protected Polygonal2DRegion region;
|
private Polygonal2DRegion region;
|
||||||
|
|
||||||
public Polygonal2DRegionSelector(LocalWorld world) {
|
public Polygonal2DRegionSelector(LocalWorld world) {
|
||||||
region = new Polygonal2DRegion(world);
|
region = new Polygonal2DRegion(world);
|
||||||
@ -212,6 +212,4 @@ public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
|||||||
public String getLegacyTypeID() {
|
public String getLegacyTypeID() {
|
||||||
return "polygon2d";
|
return "polygon2d";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user