Interface IClothingWasherDryerLogic

All Known Implementing Classes:
ClothingDryerLogic, ClothingWasherLogic

public interface IClothingWasherDryerLogic
  • Method Details

    • update

      void update()
    • saveChange

      void saveChange(String change, se.krka.kahlua.vm.KahluaTable tbl, ByteBuffer bb)
    • loadChange

      void loadChange(String change, ByteBuffer bb)
    • getContainer

      ItemContainer getContainer()
    • isItemAllowedInContainer

      boolean isItemAllowedInContainer(ItemContainer container, InventoryItem item)
    • isRemoveItemAllowedFromContainer

      boolean isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item)
    • isActivated

      boolean isActivated()
    • setActivated

      void setActivated(boolean activated)
    • switchModeOn

      void switchModeOn()
    • switchModeOff

      void switchModeOff()