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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stageorg.rusherhack.core.event.stage.StagegetStage()Methods inherited from class org.rusherhack.client.api.events.world.EventEntity
getEntityMethods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelledMethods 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:
getStagein interfaceorg.rusherhack.core.event.stage.IStageable- Overrides:
getStagein classorg.rusherhack.core.event.type.Event- Returns:
- PRE or POST
-
getPreferredStage
public org.rusherhack.core.event.stage.Stage getPreferredStage()- Overrides:
getPreferredStagein classorg.rusherhack.core.event.type.Event
-