Class AmadronRetrievalEvent

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

public class AmadronRetrievalEvent extends net.minecraftforge.eventbus.api.Event
Fired (on the MinecraftForge.EVENT_BUS) when IDroneRegistry.retrieveItemsAmazonStyle(GlobalPos, ItemStack...) or IDroneRegistry.retrieveFluidAmazonStyle(GlobalPos, FluidStack) has successfully retrieved the items requested. The drone passed to this event is the same as the one returned by the retrieval method.
  • 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, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    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

    • AmadronRetrievalEvent

      public AmadronRetrievalEvent(IDrone drone)