Interface IItemDropper
- All Known Implementing Classes:
ProgWidgetCC,ProgWidgetDropItem
public interface IItemDropper
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDropStraight(boolean dropStraight) voidsetPickupDelay(boolean pickupDelay)
-
Method Details
-
dropStraight
boolean dropStraight() -
setDropStraight
void setDropStraight(boolean dropStraight) -
hasPickupDelay
boolean hasPickupDelay() -
setPickupDelay
void setPickupDelay(boolean pickupDelay)
-