Class Money
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.Money
class Money implements Serializable
Summary
Constructors
|
Signature and Description |
|
Money(double value, |
|
Money() |
Methods
|
Type and modifiers |
Method and Description |
|
double |
getValue() |
|
java.lang.String |
getText() |
|
java.lang.String |
|
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Money
|
Money(double value, |
Money
|
Money() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getValue
|
double getValue() |
getText
|
@NonNull |
getCurrency
|
@NonNull |
serialize
|
@Override |