Class EventEntity.Remove
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.Remove
- 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
ConstructorsConstructorDescriptionRemove(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity.RemovalReason reason) -
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stagenet.minecraft.world.entity.Entity.RemovalReasonorg.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
-
Remove
public Remove(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity.RemovalReason reason)
-
-
Method Details
-
getReason
public net.minecraft.world.entity.Entity.RemovalReason getReason() -
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
-