Player
endstone.Player
¶
Bases: Mob
, OfflinePlayer
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.
is_sprinting
property
writable
¶
is_sprinting: bool
Gets or sets whether the player is sprinting or not.
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.
play_sound
¶
Play a sound for a player at the location.
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.
send_title
¶
send_title(
title: str,
subtitle: str,
fade_in: int = 10,
stay: int = 70,
fade_out: int = 20,
) -> None
Sends a title and a subtitle message to the player. If they are empty strings, the display will be updated as such.