We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72dd7d commit 1287e33Copy full SHA for 1287e33
docs/apis/EventAPI/PlayerEvents.md
@@ -133,7 +133,7 @@ Reminder: This event does not fire when the player returns to the Overworld from
133
#### `"onAttackEntity"` - Player Attack Other Event
134
135
- Listener function prototype
136
- `function(player,entity,damage)`
+ `function(player,entity)`
137
- Parameters:
138
- player : `Player`
139
The player that attacked an entity.
docs/apis/EventAPI/PlayerEvents.zh.md
@@ -135,7 +135,7 @@
#### `"onAttackEntity"` - 玩家攻击实体
- 监听函数原型
- 参数:
140
141
攻击实体的玩家对象
0 commit comments