Class ForgeEvent.EntityEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.ForgeEvent
noppes.npcs.api.event.ForgeEvent.EntityEvent
Enclosing class:
ForgeEvent

public static class ForgeEvent.EntityEvent extends ForgeEvent
This event is used for every forge event which extends EntityEvent
EventyEvent
LivingEvent
PlayerEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class noppes.npcs.api.event.ForgeEvent

    ForgeEvent.EntityEvent, ForgeEvent.InitEvent, ForgeEvent.LevelEvent

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final IEntity
     

    Fields inherited from class noppes.npcs.api.event.ForgeEvent

    event

    Fields inherited from class noppes.npcs.api.event.CustomNPCsEvent

    API
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityEvent(net.minecraftforge.event.entity.EntityEvent event, IEntity entity)
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • entity

      public final IEntity entity
  • Constructor Details

    • EntityEvent

      public EntityEvent(net.minecraftforge.event.entity.EntityEvent event, IEntity entity)