Class EventEntity

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.world.EventEntity
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Direct Known Subclasses:
EventEntity.Add, EventEntity.Remove

public abstract class EventEntity extends org.rusherhack.core.event.type.EventCancellable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventEntity(net.minecraft.world.entity.Entity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.Entity
     

    Methods inherited from class org.rusherhack.core.event.type.EventCancellable

    isCancelled, setCancelled

    Methods inherited from class org.rusherhack.core.event.type.Event

    getPreferredStage, getStage, setStage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventEntity

      public EventEntity(net.minecraft.world.entity.Entity entity)
  • Method Details

    • getEntity

      public net.minecraft.world.entity.Entity getEntity()