Class RawTile
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.RawTile
class RawTile implements Serializable
A raw tile that can be displayed on the map.
Nested Class Summary
|
Modifier and Type |
Interface |
Description |
|
|
Available tile states. |
|
|
|
Summary
Constructors
|
Signature and Description |
|
RawTile() |
|
RawTile(@NonNull Version version, |
Methods
|
Type and modifiers |
Method and Description |
|
|
|
|
|
|
|
|
getEtag() |
|
|
|
|
|
getState() |
|
|
|
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
|
Constuctors
RawTile
|
RawTile() |
Use constructor with parameters in your code.
This one is for serialization only!
RawTile
|
RawTile(@NonNull Version version, |
Methods
getVersion
|
@NonNull |
getFeatures
|
@NonNull |
getEtag
|
@NonNull |
getUseCache
|
@NonNull |
getState
|
@NonNull |
getRawData
|
@NonNull |
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |