Skip to content

Latest commit

History

History
25 lines (21 loc) · 1.61 KB

File metadata and controls

25 lines (21 loc) · 1.61 KB

UpdatePlayerRequest

Properties

NameTypeDescriptionNotes
damageDamageRequestThe damage the entity will take[optional]
exhaustionfloatThe exhaustion of the player[optional]
experience_since_levelintThe amount of experience gained since the last level[optional]
food_levelintThe food level of the player[optional]
game_modestrThe game mode of the player[optional]
healthfloatThe current amount of health the player has[optional]
inventorylist[SlotRequest]The slots in the inventory of the entity to modify[optional]
levelintThe player level[optional]
max_healthfloatThe maximum health of the player[optional]
positionVector3dThe position that the entity will be moved to[optional]
rotationVector3dThe new rotation of the entity[optional]
saturationfloatThe saturation of the player[optional]
scaleVector3dThe new scale of the entity[optional]
total_experienceintThe total experience of the player[optional]
velocityVector3dThe new speed of the entity[optional]
worldstrThe world that the entity will be moved to[optional]

[Back to Model list][Back to API list][Back to README]