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