mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-26 09:31:31 +01:00
Clean up tabs
This commit is contained in:
parent
03376dab52
commit
e26ac97787
@ -14,7 +14,7 @@ public class CaveTileRenderer extends DefaultTileRenderer {
|
|||||||
@Override
|
@Override
|
||||||
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
||||||
boolean air = true;
|
boolean air = true;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
if (y < 0)
|
if (y < 0)
|
||||||
return translucent;
|
return translucent;
|
||||||
|
@ -63,7 +63,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
|
|||||||
isnether = false;
|
isnether = false;
|
||||||
|
|
||||||
int jx, jz;
|
int jx, jz;
|
||||||
|
|
||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
/* draw the map */
|
/* draw the map */
|
||||||
|
@ -21,7 +21,7 @@ public class HighlightTileRenderer extends DefaultTileRenderer {
|
|||||||
highlightBlocks.add((Integer)highlightObj);
|
highlightBlocks.add((Integer)highlightObj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
|
||||||
Color result = translucent;
|
Color result = translucent;
|
||||||
|
Loading…
Reference in New Issue
Block a user