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
ConstructorDescriptionRemove
(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity.RemovalReason reason) -
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stage
net.minecraft.world.entity.Entity.RemovalReason
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
-
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:
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
-