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 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 x, int y, int z)
void
corpseRemoved(int x, int y, int z)
int
getCorpseCount(IsoGameCharacter chr)
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
-
-
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
-