Package zombie.iso.objects.interfaces
Interface IClothingWasherDryerLogic
- All Known Implementing Classes:
ClothingDryerLogic,ClothingWasherLogic
public interface IClothingWasherDryerLogic
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisItemAllowedInContainer(ItemContainer itemContainer, InventoryItem inventoryItem) booleanisRemoveItemAllowedFromContainer(ItemContainer itemContainer, InventoryItem inventoryItem) voidloadChange(String string, ByteBuffer byteBuffer) voidsaveChange(String string, KahluaTable kahluaTable, ByteBuffer byteBuffer) voidsetActivated(boolean boolean1) voidvoidvoidupdate()
-
Method Details
-
update
void update() -
saveChange
-
loadChange
-
getContainer
ItemContainer getContainer() -
isItemAllowedInContainer
-
isRemoveItemAllowedFromContainer
-
isActivated
boolean isActivated() -
setActivated
void setActivated(boolean boolean1) -
switchModeOn
void switchModeOn() -
switchModeOff
void switchModeOff()
-