mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2024-11-14 10:16:03 +01:00
Make method non-public
This commit is contained in:
parent
c483bd1766
commit
58e4358268
@ -129,7 +129,7 @@ public class BoxedBiomeGenerator implements BiomeGenerator {
|
||||
return en == null ? Biome.OCEAN : en.getValue();
|
||||
}
|
||||
|
||||
public Vector getClosestIsland(Vector v) {
|
||||
Vector getClosestIsland(Vector v) {
|
||||
int d = dist * 2;
|
||||
long x = Math.round((double) v.getBlockX() / d) * d + offsetX;
|
||||
long z = Math.round((double) v.getBlockZ() / d) * d + offsetZ;
|
||||
|
Loading…
Reference in New Issue
Block a user