This website requires JavaScript.
Explore
Help
Sign in
Parker2991
/
MCProtocolLib
Watch
1
Star
0
Fork
You've already forked MCProtocolLib
0
mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced
2025-01-10 14:42:33 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f2a3bad452
MCProtocolLib
/
src
/
main
/
java
/
ch
/
spacebase
/
mc
/
protocol
/
ProtocolMode.java
11 lines
104 B
Java
Raw
Normal View
History
Unescape
Escape
Rewrite of library for 1.7.2. Javadocs coming soon
2013-12-14 19:40:30 -05:00
package
ch.spacebase.mc.protocol
;
public
enum
ProtocolMode
{
Most of work moving enums into their own files and adding MagicValues system, apply recent fixes from other branches
2014-01-25 20:17:08 -05:00
Rewrite of library for 1.7.2. Javadocs coming soon
2013-12-14 19:40:30 -05:00
HANDSHAKE
,
LOGIN
,
GAME
,
STATUS
;
Most of work moving enums into their own files and adding MagicValues system, apply recent fixes from other branches
2014-01-25 20:17:08 -05:00
Rewrite of library for 1.7.2. Javadocs coming soon
2013-12-14 19:40:30 -05:00
}
Reference in a new issue
Copy permalink