Add TAKE_LECTERN_BOOK action.
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
天クマ 2026-06-17 17:21:41 -03:00
commit 1fbc200936
6 changed files with 19 additions and 4 deletions

View file

@ -36,6 +36,8 @@ Triggered on `BlockBreakEvent` and `onEntityDamageByEntityEvent`, returns true w
### FORMBLOCK
Triggered on `BlockFormEvent` (ex. triggers when snow is formed from rain), returns true when the block being formed is in the provided list of materials.
## ENDERMAN_ATTACK_PLAYER
### ENDERMAN_ATTACK_PLAYER
Triggered on `EndermanAttackPlayerEvent` (from actions other than hitting the Enderman), returns true.
### TAKE_LECTURN_BOOK
Triggered on `PlayerTakeLecturnBookEvent`, returns true.