Class AnimalSoundState
java.lang.Object
zombie.characters.animals.AnimalSoundState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
long
getIntervalExpireTime
(String arg0) long
getLastPlayedTimeMS
(String arg0) int
boolean
boolean
boolean
void
setDesiredSoundName
(String arg0) void
setDesiredSoundPriority
(int arg0) void
setIntervalExpireTime
(String arg0, long arg1) boolean
long
void
stop()
-
Constructor Details
-
AnimalSoundState
-
-
Method Details
-
getAnimal
-
getEventInstance
public long getEventInstance() -
getLastPlayedTimeMS
-
getPriority
public int getPriority() -
setDesiredSoundPriority
public void setDesiredSoundPriority(int arg0) -
getDesiredSoundPriority
public int getDesiredSoundPriority() -
shouldPlay
public boolean shouldPlay() -
setDesiredSoundName
-
getDesiredSoundName
-
setIntervalExpireTime
-
getIntervalExpireTime
-
start
-
stop
public void stop() -
isPlaying
public boolean isPlaying() -
isPlayingDesiredSound
public boolean isPlayingDesiredSound() -
isPlaying
-