Module org.cloudburstmc.api
Class EntityCombustByEntityEvent
java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityCombustEvent
org.cloudburstmc.api.event.entity.EntityCombustByEntityEvent
- All Implemented Interfaces:
Cancellable
author: MagicDroidX
Nukkit Project
-
Field Summary
FieldsFields inherited from class org.cloudburstmc.api.event.entity.EntityCombustEvent
durationFields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
ConstructorsConstructorDescriptionEntityCombustByEntityEvent(Entity combuster, Entity combustee, int duration) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.entity.EntityCombustEvent
getDuration, setDurationMethods inherited from class org.cloudburstmc.api.event.entity.EntityEvent
getEntityMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Field Details
-
combuster
-
-
Constructor Details
-
EntityCombustByEntityEvent
-
-
Method Details
-
getCombuster
-