Class TileProperties
java.lang.Object
zombie.core.properties.TileProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperties(TileProperties other) voidclear()get(TilePropertyKey tilePropertyKey) getAll()intintintintintbooleanhas(TilePropertyKey tilePropertyKey) booleanbooleanisTable()booleanbooleanpropertyEquals(TilePropertyKey tilePropertyKey, String value) voidset(TilePropertyKey tilePropertyKey) voidset(TilePropertyKey tilePropertyKey, String value) toString()voidunset(TilePropertyKey tilePropertyKey)
-
Constructor Details
-
TileProperties
public TileProperties()
-
-
Method Details
-
has
-
set
-
set
-
unset
-
get
-
propertyEquals
-
addProperties
-
getTileProperties
-
getAll
-
clear
public void clear() -
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
-
getSlopedSurfaceHeightMin
public int getSlopedSurfaceHeightMin() -
getSlopedSurfaceHeightMax
public int getSlopedSurfaceHeightMax() -
toString
-