Function azalea::movement::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.