java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityCombustEvent
- All Implemented Interfaces:
Cancellable
- Direct Known Subclasses:
EntityCombustByBlockEvent,EntityCombustByEntityEvent
author: MagicDroidX
Nukkit Project
-
Field Summary
FieldsFields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
duration
protected int duration
-
-
Constructor Details
-
EntityCombustEvent
-
-
Method Details
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration)
-