Class FliesSound
java.lang.Object
zombie.FliesSound
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchunkLoaded(IsoChunk chunk) voidcorpseAdded(int x, int y, int z) voidcorpseRemoved(int x, int y, int z) intvoidrender(int int0) voidReset()voidupdate()
-
Field Details
-
maxCorpseCount
public static int maxCorpseCount -
instance
-
-
Constructor Details
-
FliesSound
public FliesSound()
-
-
Method Details
-
Reset
public void Reset() -
update
public void update() -
render
public void render(int int0) -
chunkLoaded
-
corpseAdded
public void corpseAdded(int x, int y, int z) -
corpseRemoved
public void corpseRemoved(int x, int y, int z) -
getCorpseCount
-