Class EnvironmentHeight
java.lang.Object
de.metaphoriker.pathetic.api.wrapper.EnvironmentHeight
Represents the height range of an environment with defined minimum and maximum bounds.
This class provides methods to access the minimum and maximum height values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnvironmentHeight
public EnvironmentHeight(int minHeight, int maxHeight)
-
-
Method Details
-
getMinHeight
public int getMinHeight() -
getMaxHeight
public int getMaxHeight()
-