Class PlayerComposite
- java.lang.Object
-
- org.dreambot.api.wrappers.interactive.composite.PlayerComposite
-
public class PlayerComposite extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEM_OFFSET
-
Constructor Summary
Constructors Constructor Description PlayerComposite(java.lang.Object reference)
Note: This shouldn't be used by API users, it's an internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAnimatedModelId()
Gets the animated model ID of the player for which the player composite was createdint[]
getAppearance()
int[]
getBodyColors()
int
getGender()
int
getNPCID()
java.lang.Object
getReference()
long
getStaticModelId()
Gets the static model ID of the player for which the player composite was created
-
-
-
Method Detail
-
getStaticModelId
public long getStaticModelId()
Gets the static model ID of the player for which the player composite was created- Returns:
- static model ID
-
getAnimatedModelId
public long getAnimatedModelId()
Gets the animated model ID of the player for which the player composite was created- Returns:
- animated model ID
-
getAppearance
public int[] getAppearance()
-
getBodyColors
public int[] getBodyColors()
-
getGender
public int getGender()
-
getNPCID
public int getNPCID()
-
getReference
public java.lang.Object getReference()
-
-