mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
parent
cac9db9bcc
commit
4d2d0f1d35
@ -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()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user