Class WorldEntityDefinition
java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.WorldEntityDefinition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Definition
decode, decode, getId
-
Constructor Details
-
WorldEntityDefinition
public WorldEntityDefinition(int id)
-
-
Method Details
-
decode
public void decode(org.rspeer.cache.util.Buffer buffer, int op) - Specified by:
decodein classDefinition
-
postDecode
public void postDecode()- Specified by:
postDecodein classDefinition
-
getFloor
public int getFloor() -
getBaseX
public int getBaseX() -
getBaseY
public int getBaseY() -
getBoundsOffsetX
public int getBoundsOffsetX() -
getBoundsOffsetY
public int getBoundsOffsetY() -
getBoundsWidth
public int getBoundsWidth() -
getBoundsHeight
public int getBoundsHeight() -
getName
-
isActive
public boolean isActive() -
getRawActions
-
getCategory
public int getCategory() -
getInteractTarget
-
getInteractContentsMode
-
getAnimation
public int getAnimation() -
getMapFunction
public int getMapFunction() -
getWorldOverlapHideColor
public int getWorldOverlapHideColor()
-