Class Range
Package world.mappable.mapkit.location
java.lang.Object
↳ world.mappable.mapkit.location.Range
class Range implements Serializable
Summary
Constructors
|
Signature and Description |
|
Range() |
|
Range(double from, |
Methods
|
Type and modifiers |
Method and Description |
|
|
getFrom() |
|
|
getTo() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
|
Constuctors
Range
|
Range() |
Use constructor with parameters in your code.
This one is for serialization only!
Range
|
Range(double from, |
Methods
getFrom
|
double getFrom() |
getTo
|
double getTo() |
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |