Player
endstone.Player
¶
Bases: Mob
Represents a player.
allow_flight
property
writable
¶
allow_flight: bool
If the Player is allowed to fly via jump key double-tap.
exp_progress
property
writable
¶
exp_progress: float
Gets or sets the players current experience progress towards the next level.
fly_speed
property
writable
¶
fly_speed: float
Gets or sets the current allowed speed that a client can fly.
walk_speed
property
writable
¶
walk_speed: float
Gets or sets the current allowed speed that a client can walk.
give_exp_levels
¶
give_exp_levels(amount: int) -> None
Gives the player the amount of experience levels specified.
reset_title
¶
Resets the title displayed to the player. This will clear the displayed title / subtitle and reset timings to their default values.
send_form
¶
send_form(
form: MessageForm | ActionForm | ModalForm,
) -> None
Sends a form to the player.