Enum Direction
Namespace: Void.Proxy.Api.Network
Assembly: Void.Proxy.Api.dll
Identifies the protocol direction in which a network message travels.
[Flags]public enum DirectionExtension Methods
StructExtensions.IsDefault<Direction>(Direction)
Fields
Clientbound = 0
Traffic traveling toward the player client. This member has the underlying value 0.
Serverbound = 1
Traffic traveling toward the destination server.