Class ClothingDryerLogic
java.lang.Object
zombie.iso.objects.ClothingDryerLogic
- All Implemented Interfaces:
IClothingWasherDryerLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanisRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) voidload(ByteBuffer input, int WorldVersion, boolean IS_DEBUG_SAVE) voidloadChange(String change, ByteBuffer bb) voidsave(ByteBuffer output, boolean IS_DEBUG_SAVE) voidsaveChange(String change, KahluaTable tbl, ByteBuffer bb) voidsetActivated(boolean activated) voidvoidvoidupdate()
-
Constructor Details
-
ClothingDryerLogic
-
-
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
- Specified by:
isRemoveItemAllowedFromContainerin interfaceIClothingWasherDryerLogic
-
isActivated
public boolean isActivated()- Specified by:
isActivatedin interfaceIClothingWasherDryerLogic
-
setActivated
public void setActivated(boolean activated) - Specified by:
setActivatedin interfaceIClothingWasherDryerLogic
-
switchModeOn
public void switchModeOn()- Specified by:
switchModeOnin interfaceIClothingWasherDryerLogic
-
switchModeOff
public void switchModeOff()- Specified by:
switchModeOffin interfaceIClothingWasherDryerLogic
-