Class CustomNPCsEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
Direct Known Subclasses:
BlockEvent, CustomGuiEvent, ForgeEvent, HandlerEvent.FactionsLoadedEvent, HandlerEvent.RecipesLoadedEvent, ItemEvent, NpcEvent, PlayerEvent, ProjectileEvent, QuestEvent, RoleEvent, WorldEvent

public class CustomNPCsEvent extends net.minecraftforge.eventbus.api.Event
  • Nested Class Summary

    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 NpcAPI
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

    • API

      public final NpcAPI API
  • Constructor Details

    • CustomNPCsEvent

      public CustomNPCsEvent()