Class FloatRange

java.lang.Object
net.minestom.server.utils.math.FloatRange

public class FloatRange
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FloatRange​(float value)  
    FloatRange​(float min, float max)  
  • Method Summary

    Modifier and Type Method Description
    float getMax()  
    float getMin()  
    void setMax​(float max)  
    void setMin​(float min)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FloatRange

      public FloatRange​(float min, float max)
    • FloatRange

      public FloatRange​(float value)
  • Method Details

    • getMin

      public float getMin()
    • setMin

      public void setMin​(float min)
    • getMax

      public float getMax()
    • setMax

      public void setMax​(float max)