mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
Restore deleted empty lines
This commit is contained in:
parent
ad0f02cfa9
commit
d968946c44
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user