-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4beff18
commit f812d78
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
main/azalea_physics/fluids/fn.update_in_water_state_and_do_fluid_pushing.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `update_in_water_state_and_do_fluid_pushing` fn in crate `azalea_physics`."><title>update_in_water_state_and_do_fluid_pushing in azalea_physics::fluids - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-46132b98.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="azalea_physics" data-themes="" data-resource-suffix="" data-rustdoc-version="1.86.0-nightly (824759493 2025-01-09)" data-channel="nightly" data-search-js="search-75f5ac3e.js" data-settings-js="settings-0f613d39.js" ><script src="../../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../azalea_physics/index.html">azalea_<wbr>physics</a><span class="version">0.11.0+mc1.21.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2><a href="index.html">In azalea_<wbr>physics::<wbr>fluids</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="../index.html">azalea_physics</a>::<wbr><a href="index.html">fluids</a></span><h1>Function <span class="fn">update_in_water_state_and_do_fluid_pushing</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/azalea_physics/fluids.rs.html#16-52">Source</a> </span></div><pre class="rust item-decl"><code>pub fn update_in_water_state_and_do_fluid_pushing( | ||
query: Query<'_, '_, (&mut Physics, &Position, &<a class="struct" href="../../azalea_world/container/struct.InstanceName.html" title="struct azalea_world::container::InstanceName">InstanceName</a>), (With<LocalEntity>, With<InLoadedChunk>)>, | ||
query: Query<'_, '_, (&mut <a class="struct" href="../../azalea_entity/struct.Physics.html" title="struct azalea_entity::Physics">Physics</a>, &<a class="struct" href="../../azalea_entity/struct.Position.html" title="struct azalea_entity::Position">Position</a>, &<a class="struct" href="../../azalea_world/container/struct.InstanceName.html" title="struct azalea_world::container::InstanceName">InstanceName</a>), (With<<a class="struct" href="../../azalea_entity/struct.LocalEntity.html" title="struct azalea_entity::LocalEntity">LocalEntity</a>>, With<<a class="struct" href="../../azalea_entity/plugin/struct.InLoadedChunk.html" title="struct azalea_entity::plugin::InLoadedChunk">InLoadedChunk</a>>)>, | ||
instance_container: Res<'_, <a class="struct" href="../../azalea_world/container/struct.InstanceContainer.html" title="struct azalea_world::container::InstanceContainer">InstanceContainer</a>>, | ||
)</code></pre></section></div></main></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.