Contents
- Description
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- CreateKeySet()
- AddProperties(PropertyContainer)
- Clear()
- Is(IsoFlagType)
- Is(Double)
- Set(String, String)
- Set(String, String, boolean)
- Set(IsoFlagType)
- Set(IsoFlagType, String)
- UnSet(String)
- UnSet(IsoFlagType)
- Val(String)
- valueEquals(String, String)
- valueEqualsIgnoreCase(String, String)
- Is(String)
- getFlagsList()
- getPropertyNames()
- getSurface()
- isSurfaceOffset()
- isTable()
- isTableTop()
- getStackReplaceTileOffset()
- getItemHeight()
- getSlopedSurfaceDirection()
- getSlopedSurfaceHeightMin()
- getSlopedSurfaceHeightMax()
Class PropertyContainer
java.lang.Object
zombie.core.properties.PropertyContainer
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
AddProperties
(PropertyContainer other) void
Clear()
void
int
int
int
int
int
boolean
boolean
boolean
Is
(IsoFlagType flag) boolean
boolean
isTable()
boolean
void
void
void
Set
(IsoFlagType flag) void
Set
(IsoFlagType flag, String ignored) void
void
UnSet
(IsoFlagType flag) boolean
valueEquals
(String string1, String string0) boolean
valueEqualsIgnoreCase
(String string1, String string0)
-
Field Details
-
Constructor Details
-
Method Details
-
CreateKeySet
public void CreateKeySet() -
AddProperties
-
Clear
public void Clear() -
Is
-
Is
-
Set
-
Set
-
Set
-
Set
-
UnSet
-
UnSet
-
Val
-
valueEquals
-
valueEqualsIgnoreCase
-
Is
-
getFlagsList
-
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
-
getSlopedSurfaceHeightMin
public int getSlopedSurfaceHeightMin() -
getSlopedSurfaceHeightMax
public int getSlopedSurfaceHeightMax()
-