public class TileLink
extends java.lang.Object
Constructor and Description |
---|
TileLink(@NotNull java.lang.String name,
@NotNull MapLink[] mapLinks,
@NotNull Direction revLink)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull MapLink[] |
getMapLinks() |
@NotNull java.lang.String |
getName() |
@NotNull Direction |
getRevLink()
Returns the index for reverse map linking.
|