All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.network.ConnectionState Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
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