Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
viaversion
/
5d2a4e2ef3efb4e1d1a30f8f754d915ca0b4b8b1
/
.
/
common
/
src
/
main
/
java
/
us
/
myles
/
ViaVersion
/
packets
/
Direction.java
blob: 443be814be6ba2e9c97518a3310f752010c36fcc [
file
] [
log
] [
blame
] [
raw
]
package
us
.
myles
.
ViaVersion
.
packets
;
public
enum
Direction
{
/**
* Outgoing server packets sent to the client.
*/
OUTGOING
,
/**
* Incoming server packets send by the client to the server.
*/
INCOMING
}