Class WorldEvent.ScriptCommandEvent

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.WorldEvent
noppes.npcs.api.event.WorldEvent.ScriptCommandEvent
Enclosing class:
WorldEvent

public static class WorldEvent.ScriptCommandEvent
extends WorldEvent
  • Nested Class Summary

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

    WorldEvent.ScriptCommandEvent

    Nested classes/interfaces inherited from class net.minecraftforge.fml.common.eventhandler.Event

    net.minecraftforge.fml.common.eventhandler.Event.HasResult, net.minecraftforge.fml.common.eventhandler.Event.Result
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String[] arguments  
    IPos pos  

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

    world

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

    API
  • Constructor Summary

    Constructors
    Constructor Description
    ScriptCommandEvent​(IWorld world, IPos pos, java.lang.String[] arguments)  
  • Method Summary

    Methods inherited from class net.minecraftforge.fml.common.eventhandler.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

    • arguments

      public final java.lang.String[] arguments
    • pos

      public final IPos pos
  • Constructor Details

    • ScriptCommandEvent

      public ScriptCommandEvent​(IWorld world, IPos pos, java.lang.String[] arguments)