azalea::movement

Function local_player_ai_step

Source
pub fn local_player_ai_step(
    query: Query<'_, '_, (&PhysicsState, &mut Physics, &mut Sprinting, &mut Attributes), With<InLoadedChunk>>,
)
Expand description

Makes the bot do one physics tick. Note that this is already handled automatically by the client.