public interface IHeightThresholdInterpreter
Interface for heightthresholdinterpreter functionality. Defines the contract for heightthresholdinterpreter implementations.
java.lang.Object > IHeightThresholdInterpreter
Field Summary
No fields documented.
Method Detail
isSpawnable
public
boolean
isSpawnable
(final int height)
Method isSpawnable.
- Parameters:
final intheight
lerp
public
float
lerp
(final float from, final float to, final float t)
Method lerp.
- Parameters:
final floatfromfinal floattofinal floatt