Class PlayerComposite
- java.lang.Object
-
- org.dreambot.api.wrappers.interactive.composite.PlayerComposite
-
@Deprecated public class PlayerComposite extends java.lang.ObjectDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intITEM_OFFSETDeprecated.
-
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 longgetAnimatedModelId()Deprecated.int[]getAppearance()Deprecated.int[]getBodyColors()Deprecated.intgetGender()Deprecated.intgetNPCID()Deprecated.java.lang.ObjectgetReference()Deprecated.longgetStaticModelId()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.
-
-