Class IsoButcherHook

All Implemented Interfaces:
Serializable, Thumpable

public class IsoButcherHook extends IsoObject
See Also:
  • Constructor Details

    • IsoButcherHook

      public IsoButcherHook(IsoGridSquare isoGridSquare)
    • IsoButcherHook

      public IsoButcherHook(IsoCell isoCell)
  • Method Details

    • save

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

      public void load(ByteBuffer byteBuffer, int int0, boolean boolean0) throws IOException
      Overrides:
      load in class IsoObject
      Throws:
      IOException
    • stopRemovingBlood

      public void stopRemovingBlood()
    • startRemovingBlood

      public void startRemovingBlood(se.krka.kahlua.j2se.KahluaTableImpl kahluaTableImpl)
    • update

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

      public boolean isRemovingBlood()
    • getRemovingBloodProgress

      public float getRemovingBloodProgress()
    • getObjectName

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

      public void setAnimal(IsoAnimal isoAnimal)
    • getAnimal

      public IsoAnimal getAnimal()
    • removeHook

      public void removeHook()
    • removeFromWorld

      public void removeFromWorld()
      Overrides:
      removeFromWorld in class IsoObject
    • reattachAnimal

      public void reattachAnimal(IsoAnimal isoAnimal)