Class ClothingDryerLogic
java.lang.Object
zombie.iso.objects.ClothingDryerLogic
- All Implemented Interfaces:
IClothingWasherDryerLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) void
load
(ByteBuffer input, int WorldVersion, boolean IS_DEBUG_SAVE) void
loadChange
(String change, ByteBuffer bb) void
save
(ByteBuffer output, boolean IS_DEBUG_SAVE) void
saveChange
(String string, se.krka.kahlua.vm.KahluaTable var2, ByteBuffer byteBuffer) void
setActivated
(boolean activated) void
void
void
update()
-
Constructor Details
-
ClothingDryerLogic
-
-
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
- Specified by:
isRemoveItemAllowedFromContainer
in interfaceIClothingWasherDryerLogic
-
isActivated
public boolean isActivated()- Specified by:
isActivated
in interfaceIClothingWasherDryerLogic
-
setActivated
public void setActivated(boolean activated) - Specified by:
setActivated
in interfaceIClothingWasherDryerLogic
-
switchModeOn
public void switchModeOn()- Specified by:
switchModeOn
in interfaceIClothingWasherDryerLogic
-
switchModeOff
public void switchModeOff()- Specified by:
switchModeOff
in interfaceIClothingWasherDryerLogic
-