@@ -2,7 +2,8 @@ declare namespace org {
|
||||
namespace bukkit {
|
||||
namespace event {
|
||||
namespace entity {
|
||||
class EntityBreakDoorEvent {
|
||||
// @ts-ignore
|
||||
class EntityBreakDoorEvent {
|
||||
constructor(entity: org.bukkit.entity.LivingEntity, targetBlock: org.bukkit.block.Block)
|
||||
public getEntity(): org.bukkit.entity.LivingEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user