mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
changelog: fixed mistake in CreativeInventory documentation, closes #4616
This commit is contained in:
@ -836,7 +836,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
|
||||
- `Item::clearCreativeItems()` -> `CreativeInventory::clear()`
|
||||
- `Item::getCreativeItemIndex()` -> `CreativeInventory::getItemIndex()`
|
||||
- `Item::getCreativeItems()` -> `CreativeInventory::getAll()`
|
||||
- `Item::initCreativeItems()` -> `CreativeInventory::init()`
|
||||
- `Item::initCreativeItems()` -> `CreativeInventory::reset()`
|
||||
- `Item::isCreativeItem()` -> `CreativeInventory::contains()`
|
||||
- `Item::removeCreativeItem()` -> `CreativeInventory::remove()`
|
||||
- The following classes have been added:
|
||||
|
Reference in New Issue
Block a user