Make public functions that are meant to be used internally private.

This commit is contained in:
CosminPerRam 2022-12-29 16:59:51 +02:00
parent 8c98433da9
commit 0e68f8c830
4 changed files with 11 additions and 13 deletions

View file

@ -8,7 +8,8 @@ Fix Minecraft legacy v1.6 max/online players count being reversed.
Added `query_legacy_specific` method to the Minecraft protocol.
### Breaking:
Removed `query_specific` from the mc protocol in favor of `query_java`, `query_legacy` and `query_legacy_specific`.
Removed `query_specific` from the mc protocol in favor of `query_java`, `query_legacy` and `query_legacy_specific`.
Some public functions that are meant to be used only internally were made private.
# 0.0.6 - 28/11/2022
[Minecraft](https://www.minecraft.com) support (bedrock not supported yet).