feat: update type defiend

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-24 15:02:03 +08:00
parent 781524f83e
commit a616a07553
958 changed files with 4088 additions and 3132 deletions

View File

@@ -2,7 +2,8 @@ declare namespace org {
namespace bukkit {
namespace event {
namespace block {
class CauldronLevelChangeEvent {
// @ts-ignore
class CauldronLevelChangeEvent implements org.bukkit.event.Cancellable {
constructor(block: org.bukkit.block.Block, entity: org.bukkit.entity.Entity, reason: org.bukkit.event.block.CauldronLevelChangeEvent.ChangeReason, oldLevel: number, newLevel: number)
/**
* Get entity which did this. May be null.