package net.minestom.server.network; public enum ConnectionState { UNKNOWN, STATUS, LOGIN, PLAY }