package net.minestom.server.network; import net.minestom.server.entity.Player; /** * Represents the current connection state of a {@link Player}. */ public enum ConnectionState { UNKNOWN, STATUS, LOGIN, PLAY }