changelog: mention removal of Player->getLowerCaseName()

closes #4618
This commit is contained in:
Dylan K. Taylor 2021-12-06 00:58:05 +00:00
parent cac9db9bcc
commit 4d2d0f1d35
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1026,6 +1026,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
- `Player->continueBreakBlock()`: punch the target block during destruction in survival, advancing break animation and creating particles
- `Player->getCurrentWindow()`: returns the inventory window the player is currently viewing, or null if they aren't viewing an inventory
- `Player->getItemCooldownExpiry()`: returns the tick on which the player's cooldown for a given item expires
- `Player->getLowerCaseName()`: use `strtolower(Player->getName())` instead
- `Player->getPlayerInfo()`: returns a `PlayerInfo` object containing various metadata about the player
- `Player->getSaveData()`: returns save data generated on the fly
- `Player->hasFiniteResources()`