Package zombie

Class FliesSound

java.lang.Object
zombie.FliesSound

public final class FliesSound
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  FliesSound.ChunkData  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static FliesSound instance  
  • Constructor Summary

    Constructors
    Constructor Description
    FliesSound()  
  • Method Summary

    Modifier and Type Method Description
    void chunkLoaded​(IsoChunk chunk)  
    void corpseAdded​(int int1, int int2, int int3)  
    void corpseRemoved​(int int1, int int2, int int3)  
    int getCorpseCount​(IsoGameCharacter gameCharacter)  
    void render()  
    void Reset()  
    void update()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      public static final FliesSound instance
  • Constructor Details

    • FliesSound

      public FliesSound()
  • Method Details

    • Reset

      public void Reset()
    • update

      public void update()
    • render

      public void render()
    • chunkLoaded

      public void chunkLoaded​(IsoChunk chunk)
    • corpseAdded

      public void corpseAdded​(int int1, int int2, int int3)
    • corpseRemoved

      public void corpseRemoved​(int int1, int int2, int int3)
    • getCorpseCount

      public int getCorpseCount​(IsoGameCharacter gameCharacter)