Class ProjectileEvent

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.ProjectileEvent
Direct Known Subclasses:
ProjectileEvent.ImpactEvent, ProjectileEvent.UpdateEvent

public class ProjectileEvent
extends CustomNPCsEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  ProjectileEvent.ImpactEvent
    projectileImpact
    static class  ProjectileEvent.UpdateEvent
    projectileTick

    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
    IProjectile projectile  

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

    API
  • Constructor Summary

    Constructors
    Constructor Description
    ProjectileEvent​(IProjectile projectile)  
  • 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

  • Constructor Details

    • ProjectileEvent

      public ProjectileEvent​(IProjectile projectile)