
net.minestom.server.network.ConnectionState Maven / Gradle / Ivy
package net.minestom.server.network;
/**
* Represents the current connection state of a {@link net.minestom.server.network.player.PlayerConnection}.
*/
public enum ConnectionState {
HANDSHAKE, STATUS, LOGIN, CONFIGURATION, PLAY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy