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 SummaryNested classes/interfaces inherited from class org.rusherhack.client.api.events.world.EventEntityEventEntity.Add, EventEntity.Remove
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stageorg.rusherhack.core.event.stage.StagegetStage()Methods inherited from class org.rusherhack.client.api.events.world.EventEntitygetEntityMethods inherited from class org.rusherhack.core.event.type.EventCancellableisCancelled, setCancelledMethods inherited from class org.rusherhack.core.event.type.EventsetStage
- 
Constructor Details- 
Addpublic Add(net.minecraft.world.entity.Entity entity) 
 
- 
- 
Method Details- 
getStagepublic org.rusherhack.core.event.stage.Stage getStage()- Specified by:
- getStagein interface- org.rusherhack.core.event.stage.IStageable
- Overrides:
- getStagein class- org.rusherhack.core.event.type.Event
- Returns:
- PRE or POST
 
- 
getPreferredStagepublic org.rusherhack.core.event.stage.Stage getPreferredStage()- Overrides:
- getPreferredStagein class- org.rusherhack.core.event.type.Event
 
 
-