Restore deleted empty lines

This commit is contained in:
JësFot 2020-11-18 00:52:33 +01:00
parent ad0f02cfa9
commit d968946c44

View File

@ -70,6 +70,7 @@ import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Consumer;
/**
* Those are the major actors of the server,
* they are not necessary backed by a {@link NettyPlayerConnection} as shown by {@link FakePlayer}
@ -118,6 +119,7 @@ public class Player extends LivingEntity implements CommandSender {
private long defaultEatingTime = 1000L;
private long eatingTime;
private boolean isEating;
// Game state (https://wiki.vg/Protocol#Change_Game_State)
private boolean enableRespawnScreen;