improve gui
This commit is contained in:
parent
a7dacc36f8
commit
cc2c78d995
41 changed files with 369 additions and 579 deletions
|
@ -457,8 +457,6 @@ public class Client implements IThreadListener {
|
|||
public int fbY;
|
||||
public int mouseX;
|
||||
public int mouseY;
|
||||
public int total;
|
||||
public int progress = -1;
|
||||
|
||||
private long lastTicked = 0L;
|
||||
private long debugUpdateTime = System.currentTimeMillis();
|
||||
|
@ -520,7 +518,6 @@ public class Client implements IThreadListener {
|
|||
public BlockPos pointedLiquid;
|
||||
public DisplayMode vidMode;
|
||||
public String dimensionName;
|
||||
public String message;
|
||||
private ChunkClient emptyChunk;
|
||||
private ChunkClient outsideChunk;
|
||||
|
||||
|
@ -665,7 +662,7 @@ public class Client implements IThreadListener {
|
|||
}
|
||||
|
||||
public void displayConnecting(ServerInfo server) {
|
||||
this.show(GuiLoading.makeWaitTask("Verbinde zu " + (server.getAddress() == null ? "localhost" : server.getAddress()) + ":" + server.getPort() + " ..."));
|
||||
this.show(new GuiLoading("Verbinde zu " + (server.getAddress() == null ? "localhost" : server.getAddress()) + ":" + server.getPort() + " ..."));
|
||||
}
|
||||
|
||||
public void connect(final ServerInfo server) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue