mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
@Deprecated 2 deprecated constructors.
This commit is contained in:
parent
80536d85ca
commit
5db504aed2
@ -44,6 +44,7 @@ public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
||||
private BlockVector pos1;
|
||||
private Polygonal2DRegion region;
|
||||
|
||||
@Deprecated
|
||||
public Polygonal2DRegionSelector(LocalWorld world) {
|
||||
this(world, 50);
|
||||
}
|
||||
@ -53,6 +54,7 @@ public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
||||
region = new Polygonal2DRegion(world);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public Polygonal2DRegionSelector(RegionSelector oldSelector) {
|
||||
this(oldSelector, 50);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user