Package zombie.iso.objects
Class ClothingWasherLogic
java.lang.Object
zombie.iso.objects.ClothingWasherLogic
- All Implemented Interfaces:
IClothingWasherDryerLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisItemAllowedInContainer(ItemContainer itemContainer, InventoryItem inventoryItem) booleanisRemoveItemAllowedFromContainer(ItemContainer itemContainer, InventoryItem inventoryItem) voidload(ByteBuffer byteBuffer, int int1, boolean boolean1) voidloadChange(String string, ByteBuffer byteBuffer) voidsave(ByteBuffer byteBuffer, boolean boolean1) voidsaveChange(String string, KahluaTable kahluaTable, ByteBuffer byteBuffer) voidsetActivated(boolean boolean1) voidvoidvoidupdate()
-
Constructor Details
-
ClothingWasherLogic
-
-
Method Details
-
getObject
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
update
public void update()- Specified by:
updatein interfaceIClothingWasherDryerLogic
-
saveChange
- Specified by:
saveChangein interfaceIClothingWasherDryerLogic
-
loadChange
- Specified by:
loadChangein interfaceIClothingWasherDryerLogic
-
getContainer
- Specified by:
getContainerin interfaceIClothingWasherDryerLogic
-
isItemAllowedInContainer
- Specified by:
isItemAllowedInContainerin interfaceIClothingWasherDryerLogic
-
isRemoveItemAllowedFromContainer
public boolean isRemoveItemAllowedFromContainer(ItemContainer itemContainer, InventoryItem inventoryItem) - Specified by:
isRemoveItemAllowedFromContainerin interfaceIClothingWasherDryerLogic
-
isActivated
public boolean isActivated()- Specified by:
isActivatedin interfaceIClothingWasherDryerLogic
-
setActivated
public void setActivated(boolean boolean1) - Specified by:
setActivatedin interfaceIClothingWasherDryerLogic
-
switchModeOn
public void switchModeOn()- Specified by:
switchModeOnin interfaceIClothingWasherDryerLogic
-
switchModeOff
public void switchModeOff()- Specified by:
switchModeOffin interfaceIClothingWasherDryerLogic
-