improve gui
This commit is contained in:
parent
a7dacc36f8
commit
cc2c78d995
41 changed files with 369 additions and 579 deletions
|
@ -93,7 +93,6 @@ import common.packet.SPacketDestroyEntities;
|
|||
import common.packet.SPacketDisconnect;
|
||||
import common.packet.SPacketDisplayForm;
|
||||
import common.packet.SPacketKeepAlive;
|
||||
import common.packet.SPacketLoading;
|
||||
import common.packet.SPacketMapChunkBulk;
|
||||
import common.packet.SPacketMessage;
|
||||
import common.packet.SPacketPlayerPosLook;
|
||||
|
@ -281,18 +280,6 @@ public class Player extends User implements Executor, IPlayer
|
|||
return true;
|
||||
}
|
||||
|
||||
public void displayLoading(String message) {
|
||||
this.sendPacket(new SPacketLoading(message));
|
||||
}
|
||||
|
||||
public void sendTask(String task, int total) {
|
||||
this.sendPacket(new SPacketLoading(task, total));
|
||||
}
|
||||
|
||||
public void sendProgress(int progress) {
|
||||
this.sendPacket(new SPacketLoading(progress));
|
||||
}
|
||||
|
||||
public void onEntityDeath() {
|
||||
this.deathPos = this.entity.getPos();
|
||||
this.entity.sendDeathMessage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue