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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Field Details
-
drone
-
-
Constructor Details
-
AmadronRetrievalEvent
-