Class InfiniteAudibleArea
java.lang.Object
games.stendhal.client.sound.facade.InfiniteAudibleArea
- All Implemented Interfaces:
AudibleArea
- Author:
- silvio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetClosestPoint(float[] result, float[] hearerPos) floatgetHearingIntensity(float[] hearerPos)
-
Constructor Details
-
InfiniteAudibleArea
public InfiniteAudibleArea()
-
-
Method Details
-
getHearingIntensity
public float getHearingIntensity(float[] hearerPos) - Specified by:
getHearingIntensityin interfaceAudibleArea
-
getClosestPoint
public void getClosestPoint(float[] result, float[] hearerPos) - Specified by:
getClosestPointin interfaceAudibleArea
-