Class ProjectileEvent.ImpactEvent

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

public static class ProjectileEvent.ImpactEvent extends ProjectileEvent
projectileImpact
  • Field Details

    • type

      public final int type
      0:entity, 1:block
    • target

      public final Object target
  • Constructor Details

    • ImpactEvent

      public ImpactEvent(IProjectile projectile, int type, Object target)