Item.Attribute, Item.ClothingAttribute, Item.CustomItemAttribute, Item.Definition, Item.ObjectAttribute
Modifier and Type | Method and Description |
---|---|
void |
applyPhysicalImpulse(Vector3f impulse) |
void |
destroy()
Destroys (i.e. despawns) this item.
|
int |
getGlobalID()
Gets the global ID if this item.
|
Vector3f |
getPosition()
Gets a Vector3f containing the current global x, y and z
coordinate of this item.
|
Player |
getRelatedPlayer()
This function returns the player that is related to this item.
|
Quaternion |
getRotation()
Gets a Quaternion containing the current rotation of this item.
|
boolean |
isDummy()
Gets whether or not this item is a "dummy item".
|
void |
setPosition(float x,
float y,
float z)
Sets the global position of the item.
|
void |
setPosition(Vector3f position)
Sets the global position of the item.
|
void |
setRotation(Quaternion quaternion)
Sets the rotation of this item.
|
getAttribute, getDefinition, getItemDefinition, getItemDefinition, getMaxStacksize, getName, getStacksize, getStatus, getTypeID, getValue, getVariation
int getGlobalID()
Player getRelatedPlayer()
boolean isDummy()
void destroy()
Vector3f getPosition()
void setPosition(Vector3f position)
position
- a Vector3f (float) containing the global target position.void setPosition(float x, float y, float z)
x
- global X coordinate to set (horizontally).y
- global Y coordinate to set (vertically).z
- global Z coordinate to set (horizontally).Quaternion getRotation()
void setRotation(Quaternion quaternion)
quaternion
- a Quaternion representing the rotation.void applyPhysicalImpulse(Vector3f impulse)