Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2020-03-10 12:45:00 +00:00
13 changed files with 34 additions and 40 deletions

View File

@@ -28,13 +28,9 @@ use pocketmine\Player;
class CreativeInventoryAction extends InventoryAction{
/**
* Player put an item into the creative window to destroy it.
*/
/** Player put an item into the creative window to destroy it. */
public const TYPE_DELETE_ITEM = 0;
/**
* Player took an item from the creative window.
*/
/** Player took an item from the creative window. */
public const TYPE_CREATE_ITEM = 1;
/** @var int */