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

public static class EventEntity.Remove extends EventEntity
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.rusherhack.client.api.events.world.EventEntity

    EventEntity.Add, EventEntity.Remove
  • Constructor Summary

    Constructors
    Constructor
    Description
    Remove(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity.RemovalReason reason)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.rusherhack.core.event.stage.Stage
     
    net.minecraft.world.entity.Entity.RemovalReason
     
    org.rusherhack.core.event.stage.Stage
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.rusherhack.core.event.stage.IStageable
      Overrides:
      getStage in class org.rusherhack.core.event.type.Event
      Returns:
      PRE or POST
    • getPreferredStage

      public org.rusherhack.core.event.stage.Stage getPreferredStage()
      Overrides:
      getPreferredStage in class org.rusherhack.core.event.type.Event