From a10a656a5d9bc436e285b1c5ab9bf7d0b5bd2870 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 26 Mar 2019 15:01:00 +0000 Subject: [PATCH] Network: add a README to mcpe namespace --- src/pocketmine/network/mcpe/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pocketmine/network/mcpe/README.md diff --git a/src/pocketmine/network/mcpe/README.md b/src/pocketmine/network/mcpe/README.md new file mode 100644 index 000000000..45fd1a7fe --- /dev/null +++ b/src/pocketmine/network/mcpe/README.md @@ -0,0 +1,7 @@ +# Minecraft: Bedrock Edition network & protocol components +This directory (the `pocketmine\network\mcpe` namespace) contains code specific to the current version of Minecraft: Bedrock Edition. + +## WARNING +This namespace should be considered **INTERNAL in its entirety**. Publicly exposed API in this namespace can and will change frequently, and without warning. + +This namespace **IS NOT COVERED BY THE API VERSION SYSTEM**. If your plugin uses any code in this namespace, it can and will break without warning.