public interface InserterSource
Inserter
.Modifier and Type | Method and Description |
---|---|
StationDropItem |
getItem()
Gets information about the item that is dropped.
|
StationDropOperation |
getOperation()
Gets the
StationDropOperation that was created by DockStation.prepareDrop(StationDropItem) ,
this might be null if the station was not yet asked or if the station does not
accept the new child. |
DockStation |
getParent()
Gets the
DockStation which might be the next parent of getItem() . |
DockStation getParent()
DockStation
which might be the next parent of getItem()
.null
StationDropItem getItem()
Dockable
StationDropOperation getOperation()
StationDropOperation
that was created by DockStation.prepareDrop(StationDropItem)
,
this might be null
if the station was not yet asked or if the station does not
accept the new child.null