Class EventEntity.Add
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.world.EventEntity
org.rusherhack.client.api.events.world.EventEntity.Add
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Enclosing class:
- EventEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.events.world.EventEntity
EventEntity.Add, EventEntity.Remove
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stage
org.rusherhack.core.event.stage.Stage
getStage()
Methods inherited from class org.rusherhack.client.api.events.world.EventEntity
getEntity
Methods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelled
Methods inherited from class org.rusherhack.core.event.type.Event
setStage
-
Constructor Details
-
Add
public Add(net.minecraft.world.entity.Entity entity)
-
-
Method Details
-
getStage
public org.rusherhack.core.event.stage.Stage getStage()- Specified by:
getStage
in interfaceorg.rusherhack.core.event.stage.IStageable
- Overrides:
getStage
in classorg.rusherhack.core.event.type.Event
- Returns:
- PRE or POST
-
getPreferredStage
public org.rusherhack.core.event.stage.Stage getPreferredStage()- Overrides:
getPreferredStage
in classorg.rusherhack.core.event.type.Event
-