mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-25 23:07:09 +00:00
For blocks, we now use 'block-item state' and 'block-only state', which should be much clearer for people implementing custom stuff. 'block-item state', as the name suggests, sticks to the item when the block is acquired as an item. 'block-only state' applies only to the block and is discarded when the block is acquired as an item. 'type data' for items was also renamed, since 'type' is too ambiguous to be anything but super confusing.
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.