Package zombie.iso.objects
Class ClothingWasherLogic
java.lang.Object
zombie.iso.objects.ClothingWasherLogic
- All Implemented Interfaces:
IClothingWasherDryerLogic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isItemAllowedInContainer
(ItemContainer itemContainer, InventoryItem inventoryItem) boolean
isRemoveItemAllowedFromContainer
(ItemContainer itemContainer, InventoryItem inventoryItem) void
load
(ByteBuffer byteBuffer, int int1, boolean boolean1) void
loadChange
(String string, ByteBuffer byteBuffer) void
save
(ByteBuffer byteBuffer, boolean boolean1) void
saveChange
(String string, KahluaTable kahluaTable, ByteBuffer byteBuffer) void
setActivated
(boolean boolean1) void
void
void
update()
-
Constructor Details
-
ClothingWasherLogic
-
-
Method Details
-
getObject
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
update
public void update()- Specified by:
update
in interfaceIClothingWasherDryerLogic
-
saveChange
- Specified by:
saveChange
in interfaceIClothingWasherDryerLogic
-
loadChange
- Specified by:
loadChange
in interfaceIClothingWasherDryerLogic
-
getContainer
- Specified by:
getContainer
in interfaceIClothingWasherDryerLogic
-
isItemAllowedInContainer
- Specified by:
isItemAllowedInContainer
in interfaceIClothingWasherDryerLogic
-
isRemoveItemAllowedFromContainer
public boolean isRemoveItemAllowedFromContainer(ItemContainer itemContainer, InventoryItem inventoryItem) - Specified by:
isRemoveItemAllowedFromContainer
in interfaceIClothingWasherDryerLogic
-
isActivated
public boolean isActivated()- Specified by:
isActivated
in interfaceIClothingWasherDryerLogic
-
setActivated
public void setActivated(boolean boolean1) - Specified by:
setActivated
in interfaceIClothingWasherDryerLogic
-
switchModeOn
public void switchModeOn()- Specified by:
switchModeOn
in interfaceIClothingWasherDryerLogic
-
switchModeOff
public void switchModeOff()- Specified by:
switchModeOff
in interfaceIClothingWasherDryerLogic
-