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(IsoObjectChange var1, ByteBuffer var2) voidsaveChange(IsoObjectChange var1, se.krka.kahlua.vm.KahluaTable var2, ByteBuffer var3) 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()
-