Interface IItemPickupWidget

All Superinterfaces:
IItemFiltering
All Known Implementing Classes:
ProgWidgetCC, ProgWidgetPickupItem

public interface IItemPickupWidget extends IItemFiltering
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Should this widget ignore PreventRemoteMovement tags on item entities?
    void
    setCanSteal(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)