Structs§
- An event sent by the server that sets or adds to our velocity. Usually
KnockbackKind::Set
is used for normal knockback andKnockbackKind::Add
is used for explosions, but some servers (notably Hypixel) use explosions for knockback. - A component that contains the look direction that was last sent over the network.
- Component for entities that can move and sprint. Usually only in
LocalEntity
s. - An event sent when the client starts sprinting. This does not get sent for non-local entities.
- An event sent when the client starts walking. This does not get sent for non-local entities.
Enums§
- The directions that we can sprint in. It’s a subset of
WalkDirection
.
Functions§
- The system that makes the player start sprinting when they receive a
StartSprintEvent
. - The system that makes the player start walking when they receive a
StartWalkEvent
. - Makes the bot do one physics tick. Note that this is already handled automatically by the client.