GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
728 stars 202 forks source link

Move reusable methods to a separate helper class #863

Open AlexProgrammerDE opened 1 month ago

AlexProgrammerDE commented 1 month ago

This way we allow other apps such as Geyser LocalSession to use these currently private methods without needing to copy over the code.