mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
changelog: fixed mistake in CreativeInventory documentation, closes #4616
This commit is contained in:
parent
300d194185
commit
cac9db9bcc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user