Warning
This feature is available in the Full MapKit version.
Package world.mappable.mapkit.search
Class Item
java.lang.Object
↳ world.mappable.mapkit.search.Properties.Item
static class Item implements Serializable
Single property item.
Summary
Constructors
Signature and Description |
Item(@NonNull java.lang.String key, |
Item() |
Methods
Type and modifiers |
Method and Description |
java.lang.String |
getKey() |
java.lang.String |
getValue() |
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Item
Item(@NonNull java.lang.String key, |
Item
Item() |
Use constructor with parameters in your code. This one is for bindings only!
Methods
getKey
@NonNull |
Item key.
getValue
@NonNull |
Item value.
serialize
@Override |