Class EventEntity
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.world.EventEntity
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Direct Known Subclasses:
EventEntity.Add
,EventEntity.Remove
public abstract class EventEntity
extends org.rusherhack.core.event.type.EventCancellable
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelled
Methods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, getStage, setStage
-
Constructor Details
-
EventEntity
public EventEntity(net.minecraft.world.entity.Entity entity)
-
-
Method Details
-
getEntity
public net.minecraft.world.entity.Entity getEntity()
-