azalea

Module movement

Source

Structs§

  • An event sent by the server that sets or adds to our velocity. Usually KnockbackKind::Set is used for normal knockback and KnockbackKind::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 LocalEntitys.
  • 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§

Functions§