Class DroneSuicideEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
me.desht.pneumaticcraft.api.drone.DroneSuicideEvent

public class DroneSuicideEvent extends net.minecraftforge.eventbus.api.Event
Event posted on the MinecraftForge.EVENT_BUS just before a Drone executes a Suicide piece. Used internally by PneumaticCraft to handle Amadron requests.
  • 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 IDrone
     
  • 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

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

    • drone

      public final IDrone drone
  • Constructor Details

    • DroneSuicideEvent

      public DroneSuicideEvent(IDrone drone)