Package zombie.core

Class TilePropertyAliasMap

java.lang.Object
zombie.core.TilePropertyAliasMap

public final class TilePropertyAliasMap extends Object
Created by LEMMY on 24/11/2017.
  • Field Details

  • Constructor Details

    • TilePropertyAliasMap

      public TilePropertyAliasMap()
  • Method Details

    • Generate

      public void Generate(HashMap<String,ArrayList<String>> propertyValueMap)
    • getIDFromPropertyName

      public int getIDFromPropertyName(String name)
    • getIDFromPropertyValue

      public int getIDFromPropertyValue(int property, String value)
    • getPropertyValueString

      public String getPropertyValueString(int property, int value)