Class EnvironmentHeight

java.lang.Object
de.metaphoriker.pathetic.api.wrapper.EnvironmentHeight

public class EnvironmentHeight extends Object
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 Details

    • EnvironmentHeight

      public EnvironmentHeight(int minHeight, int maxHeight)
  • Method Details

    • getMinHeight

      public int getMinHeight()
    • getMaxHeight

      public int getMaxHeight()