Range

public class Range

Class Range. Provides range functionality for the Hytale server.

java.lang.Object > Range

Field Summary

min

private float min

Field min.

max

private float max

Field max.

Method Detail

Range

public public Range ()

Method Range.

getMin

public float getMin ()

Method getMin.

getMax

public float getMax ()

Method getMax.

toString

public String toString ()

Method toString.