Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9d34ca8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jan 24, 2024
1 parent f890549 commit d1838ff
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
18 changes: 15 additions & 3 deletions de/eldoria/schematicbrush/storage/Storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,18 @@ <h2>Method Summary</h2>
<div class="block">Get the preset storage</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#save()" class="member-name-link">save</a>()</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#reload()" class="member-name-link">reload</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Attempts to save the storage.</div>
<div class="block">Reload the data for that storage from disk</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#shutdown()" class="member-name-link">shutdown</a>()</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#save()" class="member-name-link">save</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Attempts to save the storage.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#shutdown()" class="member-name-link">shutdown</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Called when the plugin shuts down and the storages get unregistered.</div>
</div>
</div>
Expand Down Expand Up @@ -179,6 +184,13 @@ <h3>shutdown</h3>
<div class="block">Called when the plugin shuts down and the storages get unregistered.</div>
</section>
</li>
<li>
<section class="detail" id="reload()">
<h3>reload</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">reload</span>()</div>
<div class="block">Reload the data for that storage from disk</div>
</section>
</li>
</ul>
</section>
</li>
Expand Down
11 changes: 10 additions & 1 deletion de/eldoria/schematicbrush/storage/StorageRegistry.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>Field Summary</h2>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab5" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab5', 3)" class="table-tab">Default Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
Expand All @@ -122,6 +122,9 @@ <h2>Method Summary</h2>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Migrate a source storage into a target storage</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#reload()" class="member-name-link">reload</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -181,6 +184,12 @@ <h3>migrate</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="reload()">
<h3>reload</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">reload</span>()</div>
</section>
</li>
</ul>
</section>
</li>
Expand Down
6 changes: 6 additions & 0 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,12 @@ <h2 class="title" id="I:R">R</h2>
<dd>
<div class="block">Reloads all registered caches.</div>
</dd>
<dt><a href="de/eldoria/schematicbrush/storage/Storage.html#reload()" class="member-name-link">reload()</a> - Method in interface de.eldoria.schematicbrush.storage.<a href="de/eldoria/schematicbrush/storage/Storage.html" title="interface in de.eldoria.schematicbrush.storage">Storage</a></dt>
<dd>
<div class="block">Reload the data for that storage from disk</div>
</dd>
<dt><a href="de/eldoria/schematicbrush/storage/StorageRegistry.html#reload()" class="member-name-link">reload()</a> - Method in interface de.eldoria.schematicbrush.storage.<a href="de/eldoria/schematicbrush/storage/StorageRegistry.html" title="interface in de.eldoria.schematicbrush.storage">StorageRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/eldoria/schematicbrush/config/Configuration.html#reloadConfigs()" class="member-name-link">reloadConfigs()</a> - Method in interface de.eldoria.schematicbrush.config.<a href="de/eldoria/schematicbrush/config/Configuration.html" title="interface in de.eldoria.schematicbrush.config">Configuration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/eldoria/schematicbrush/brush/BrushPaste.html#reloadSchematic()" class="member-name-link">reloadSchematic()</a> - Method in interface de.eldoria.schematicbrush.brush.<a href="de/eldoria/schematicbrush/brush/BrushPaste.html" title="interface in de.eldoria.schematicbrush.brush">BrushPaste</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

0 comments on commit d1838ff

Please sign in to comment.