Interface IClothingWasherDryerLogic
- All Known Implementing Classes:
ClothingDryerLogic,ClothingWasherLogic
public interface IClothingWasherDryerLogic
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanisRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) voidloadChange(String change, ByteBuffer bb) voidsaveChange(String change, KahluaTable tbl, ByteBuffer bb) voidsetActivated(boolean activated) voidvoidvoidupdate()
-
Method Details
-
update
void update() -
saveChange
-
loadChange
-
getContainer
ItemContainer getContainer() -
isItemAllowedInContainer
-
isRemoveItemAllowedFromContainer
-
isActivated
boolean isActivated() -
setActivated
void setActivated(boolean activated) -
switchModeOn
void switchModeOn() -
switchModeOff
void switchModeOff()
-