Enum Phase
Namespace: Void.Minecraft.Network
Assembly: Void.Minecraft.dll
Identifies the current state of a Minecraft Java Edition protocol connection.
public enum PhaseExtension Methods
StructExtensions.IsDefault<Phase>(Phase)
Fields
Configuration = 3
The post-login configuration state introduced in protocol 1.20.2.
Handshake = 0
The initial state in which the client selects status or login intent.
Login = 2
The authentication and profile-login state.
Play = 4
The active gameplay state.
Status = 1
The server-list status and ping state.