Class EntityFireExtinguishEvent
java.lang.Object
net.minestom.server.event.entity.EntityFireExtinguishEvent
- All Implemented Interfaces:
Event, CancellableEvent, EntityEvent, EntityInstanceEvent, InstanceEvent
public class EntityFireExtinguishEvent
extends Object
implements EntityInstanceEvent, CancellableEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity of this event.booleanGets if theEventshould be cancelled or not.booleanvoidsetCancelled(boolean cancel) Marks theEventas cancelled or not.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityInstanceEvent
getInstance
-
Constructor Details
-
EntityFireExtinguishEvent
-
-
Method Details
-
isNatural
public boolean isNatural() -
isCancelled
public boolean isCancelled()Description copied from interface:CancellableEventGets if theEventshould be cancelled or not.- Specified by:
isCancelledin interfaceCancellableEvent- Returns:
- true if the event should be cancelled
-
setCancelled
public void setCancelled(boolean cancel) Description copied from interface:CancellableEventMarks theEventas cancelled or not.- Specified by:
setCancelledin interfaceCancellableEvent- Parameters:
cancel- true if the event should be cancelled, false otherwise
-
getEntity
Description copied from interface:EntityEventGets the entity of this event.- Specified by:
getEntityin interfaceEntityEvent- Returns:
- the entity
-