ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
168 stars 79 forks source link

Start splitting off classic/CPE protocol into separate dedicated class #679

Closed UnknownShadow200 closed 2 years ago

UnknownShadow200 commented 2 years ago

Splits off Classic/CPE packet handling and some packet sending away from Player class and into a separate ClassicProtocol class

Makes Player class a little bit cleaner, and starts down the path of allowing support for additional protocols (note that this is just first phase)