Interface IItemPickupWidget
- All Superinterfaces:
IItemFiltering
- All Known Implementing Classes:
ProgWidgetCC,ProgWidgetPickupItem
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanSteal()Should this widget ignore PreventRemoteMovement tags on item entities?voidsetCanSteal(boolean canSteal) Methods inherited from interface me.desht.pneumaticcraft.common.drone.progwidgets.IItemFiltering
isItemValidForFilters
-
Method Details
-
canSteal
boolean canSteal()Should this widget ignore PreventRemoteMovement tags on item entities?- Returns:
- true if items can be "stolen" e.g. off conveyor belts, false to keep the drone honest
-
setCanSteal
void setCanSteal(boolean canSteal)
-