Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
viaversion
/
35ac41e1fa73c999cd351cfd859cdcc2b0d55081
/
.
/
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
}