Class NpcDefinition.BackgroundSoundFade
java.lang.Object
org.rspeer.game.adapter.definition.NpcDefinition.BackgroundSoundFade
- Enclosing class:
NpcDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundSoundFade(int easeInType, int easeInDuration, int easeOutType, int easeOutDuration) -
Method Summary
Modifier and TypeMethodDescriptionintintintint
-
Constructor Details
-
BackgroundSoundFade
public BackgroundSoundFade(int easeInType, int easeInDuration, int easeOutType, int easeOutDuration)
-
-
Method Details
-
getEaseInType
public int getEaseInType() -
getEaseInDuration
public int getEaseInDuration() -
getEaseOutType
public int getEaseOutType() -
getEaseOutDuration
public int getEaseOutDuration()
-