Class WorldMapStyleLayer.TextureStop

java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer.Stop
zombie.worldMap.styles.WorldMapStyleLayer.TextureStop
Enclosing class:
WorldMapStyleLayer

public static class WorldMapStyleLayer.TextureStop
extends WorldMapStyleLayer.Stop
  • Field Summary

    Fields
    Modifier and Type Field Description
    Texture texture  
    java.lang.String texturePath  

    Fields inherited from class zombie.worldMap.styles.WorldMapStyleLayer.Stop

    m_zoom
  • Constructor Summary

    Constructors
    Constructor Description
    TextureStop​(float float1, java.lang.String string)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • texturePath

      public java.lang.String texturePath
    • texture

      public Texture texture
  • Constructor Details

    • TextureStop

      public TextureStop​(float float1, java.lang.String string)