Class TileLocator

java.lang.Object
com.ardor3d.extension.terrain.util.TileLocator
All Implemented Interfaces:
Serializable

public class TileLocator extends Object implements Serializable
See Also:
  • Constructor Details

    • TileLocator

      public TileLocator(Tile tile, int sourceId, int clipmapLevel, URL url)
  • Method Details

    • getTile

      public Tile getTile()
    • getSourceId

      public int getSourceId()
    • getClipmapLevel

      public int getClipmapLevel()
    • getUrl

      public URL getUrl()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object