Class IsoStove

java.lang.Object
zombie.iso.IsoObject
zombie.iso.objects.IsoStove
All Implemented Interfaces:
Serializable, Activatable, Thumpable

public class IsoStove extends IsoObject implements Activatable
See Also:
  • Constructor Details

  • Method Details

    • getObjectName

      public String getObjectName()
      Overrides:
      getObjectName in class IsoObject
    • Activated

      public boolean Activated()
      Specified by:
      Activated in interface Activatable
    • update

      public void update()
      Overrides:
      update in class IsoObject
    • load

      public void load(ByteBuffer byteBuffer, int int1, boolean boolean1) throws IOException
      Overrides:
      load in class IsoObject
      Throws:
      IOException
    • save

      public void save(ByteBuffer byteBuffer, boolean boolean1) throws IOException
      Overrides:
      save in class IsoObject
      Throws:
      IOException
    • addToWorld

      public void addToWorld()
      Overrides:
      addToWorld in class IsoObject
    • Toggle

      public void Toggle()
      Specified by:
      Toggle in interface Activatable
    • sync

      public void sync()
    • getActivatableType

      public String getActivatableType()
      Specified by:
      getActivatableType in interface Activatable
    • syncIsoObjectSend

      public void syncIsoObjectSend(ByteBufferWriter byteBufferWriter)
      Overrides:
      syncIsoObjectSend in class IsoObject
    • syncIsoObject

      public void syncIsoObject(boolean boolean1, byte byte1, UdpConnection udpConnection, ByteBuffer byteBuffer)
      Overrides:
      syncIsoObject in class IsoObject
    • setActivated

      public void setActivated(boolean boolean1)
    • setTimer

      public void setTimer(int int1)
    • getTimer

      public int getTimer()
    • getMaxTemperature

      public float getMaxTemperature()
    • setMaxTemperature

      public void setMaxTemperature(float float1)
    • isMicrowave

      public boolean isMicrowave()
    • isRunningFor

      public int isRunningFor()
    • getCurrentTemperature

      public float getCurrentTemperature()
    • isTemperatureChanging

      public boolean isTemperatureChanging()
    • isBroken

      public boolean isBroken()
    • setBroken

      public void setBroken(boolean boolean1)
    • syncSpriteGridObjects

      public void syncSpriteGridObjects(boolean boolean1, boolean boolean2)