java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityDespawnEvent
author: MagicDroidX
Nukkit Project
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEntityType<?>getType()booleanbooleanisHuman()booleanisItem()booleanbooleanMethods inherited from class org.cloudburstmc.api.event.entity.EntityEvent
getEntityMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
EntityDespawnEvent
-
-
Method Details
-
getLocation
-
getType
-
isCreature
public boolean isCreature() -
isHuman
public boolean isHuman() -
isProjectile
public boolean isProjectile() -
isVehicle
public boolean isVehicle() -
isItem
public boolean isItem()
-