Class PropertyContainer

java.lang.Object
gnu.trove.impl.hash.THash
gnu.trove.impl.hash.TPrimitiveHash
gnu.trove.impl.hash.TShortShortHash
gnu.trove.map.hash.TShortShortHashMap
zombie.core.properties.PropertyContainer
All Implemented Interfaces:
gnu.trove.map.TShortShortMap, Externalizable, Serializable

public final class PropertyContainer extends gnu.trove.map.hash.TShortShortHashMap
See Also:
  • Field Details

  • Constructor Details

    • PropertyContainer

      public PropertyContainer()
  • Method Details

    • CreateKeySet

      public void CreateKeySet()
    • AddProperties

      public void AddProperties(PropertyContainer other)
    • Clear

      public void Clear()
    • has

      public boolean has(IsoFlagType flag)
    • has

      public boolean has(Double flag)
    • set

      public void set(String propName, String propName2)
    • set

      public void set(String propName, String propName2, boolean checkIsoFlagType)
    • set

      public void set(IsoFlagType flag)
    • set

      public void set(IsoFlagType flag, String ignored)
    • unset

      public void unset(String propName)
    • unset

      public void unset(IsoFlagType flag)
    • get

      public String get(String property)
    • propertyEquals

      public boolean propertyEquals(String key, String value)
    • has

      public boolean has(String isoPropertyType)
    • getFlagsList

      public ArrayList<IsoFlagType> getFlagsList()
    • getPropertyNames

      public ArrayList<String> getPropertyNames()
    • getSurface

      public int getSurface()
    • isSurfaceOffset

      public boolean isSurfaceOffset()
    • isTable

      public boolean isTable()
    • isTableTop

      public boolean isTableTop()
    • getStackReplaceTileOffset

      public int getStackReplaceTileOffset()
    • getItemHeight

      public int getItemHeight()
    • getSlopedSurfaceDirection

      public IsoDirections getSlopedSurfaceDirection()
    • getSlopedSurfaceHeightMin

      public int getSlopedSurfaceHeightMin()
    • getSlopedSurfaceHeightMax

      public int getSlopedSurfaceHeightMax()