Package zombie
Class FliesSound
java.lang.Object
zombie.FliesSound
public class FliesSound
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFliesSound.ChunkData -
Field Summary
Fields Modifier and Type Field Description static FliesSoundinstance -
Constructor Summary
Constructors Constructor Description FliesSound() -
Method Summary
Modifier and Type Method Description voidchunkLoaded(IsoChunk chunk)voidcorpseAdded(int x, int y, int z)voidcorpseRemoved(int x, int y, int z)intgetCorpseCount(IsoGameCharacter chr)voidrender()voidReset()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
FliesSound
public FliesSound()
-
-
Method Details
-
Reset
public void Reset() -
update
public void update() -
render
public void render() -
chunkLoaded
-
corpseAdded
public void corpseAdded(int x, int y, int z) -
corpseRemoved
public void corpseRemoved(int x, int y, int z) -
getCorpseCount
-