Interface IClothingWasherDryerLogic
- All Known Implementing Classes:
ClothingDryerLogic
,ClothingWasherLogic
public interface IClothingWasherDryerLogic
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) void
loadChange
(String change, ByteBuffer bb) void
saveChange
(String var1, se.krka.kahlua.vm.KahluaTable var2, ByteBuffer var3) void
setActivated
(boolean activated) void
void
void
update()
-
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()
-