Module org.cloudburstmc.api
Class EntityExplosionPrimeEvent
java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.entity.EntityEvent
org.cloudburstmc.api.event.entity.EntityExplosionPrimeEvent
- All Implemented Interfaces:
Cancellable
Created on 15-10-27.
-
Field Summary
Fields inherited from class org.cloudburstmc.api.event.entity.EntityEvent
entity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetForce()booleanvoidsetBlockBreaking(boolean blockBreaking)voidsetForce(double force)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
-
Constructor Details
-
EntityExplosionPrimeEvent
-
-
Method Details
-
getForce
public double getForce() -
setForce
public void setForce(double force) -
isBlockBreaking
public boolean isBlockBreaking() -
setBlockBreaking
public void setBlockBreaking(boolean blockBreaking)
-