Skip to content

Commit

Permalink
Deploying to javadoc from @ 13f698a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocelot5836 committed Jan 8, 2025
1 parent e7650bd commit 04679e9
Show file tree
Hide file tree
Showing 17 changed files with 475 additions and 258 deletions.
7 changes: 4 additions & 3 deletions foundry/veil/api/client/render/VeilRenderSystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>Method Summary</h2>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#renderer()" class="member-name-link">renderer</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#renderPost()" class="member-name-link">renderPost</a>()</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#renderPost(foundry.veil.api.event.VeilRenderLevelStageEvent.Stage)" class="member-name-link">renderPost</a><wbr>(<a href="../../event/VeilRenderLevelStageEvent.Stage.html" title="enum class in foundry.veil.api.event">VeilRenderLevelStageEvent.Stage</a>&nbsp;stage)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/concurrent/Executor.html" title="class or interface in java.util.concurrent" class="external-link">Executor</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#renderThreadExecutor()" class="member-name-link">renderThreadExecutor</a>()</code></div>
Expand Down Expand Up @@ -1113,10 +1113,11 @@ <h3>close</h3>
</section>
</li>
<li>
<section class="detail" id="renderPost()">
<section class="detail" id="renderPost(foundry.veil.api.event.VeilRenderLevelStageEvent.Stage)">
<h3>renderPost</h3>
<div class="member-signature"><span class="annotations">@Internal
</span><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">renderPost</span>()</div>
</span><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">renderPost</span><wbr><span class="parameters">(@Nullable
<a href="../../event/VeilRenderLevelStageEvent.Stage.html" title="enum class in foundry.veil.api.event">VeilRenderLevelStageEvent.Stage</a>&nbsp;stage)</span></div>
</section>
</li>
<li>
Expand Down
76 changes: 49 additions & 27 deletions foundry/veil/api/client/render/VeilRenderer.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
<ul>
<li><a href="#nested-class-summary">Nested</a></li>
<li><a href="#enum-constant-summary">Enum Constants</a></li>
<li>Field</li>
<li><a href="#field-summary">Field</a></li>
<li><a href="#method-summary">Method</a></li>
</ul>
</li>
<li>
<p>Detail:</p>
<ul>
<li><a href="#enum-constant-detail">Enum Constants</a></li>
<li>Field</li>
<li><a href="#field-detail">Field</a></li>
<li><a href="#method-detail">Method</a></li>
</ul>
</li>
Expand All @@ -60,13 +60,13 @@
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#enum-constant-summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#enum-constant-detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
Expand Down Expand Up @@ -131,6 +131,24 @@ <h2>Enum Constant Summary</h2>
</div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final com.mojang.serialization.Codec<wbr>&lt;<a href="DynamicBufferType.html" title="enum class in foundry.veil.api.client.render.dynamicbuffer">DynamicBufferType</a>&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CODEC" class="member-name-link">CODEC</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final com.mojang.serialization.Codec<wbr>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#PACKED_LIST_CODEC" class="member-name-link">PACKED_LIST_CODEC</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
Expand Down Expand Up @@ -234,6 +252,26 @@ <h3>DEBUG</h3>
</ul>
</section>
</li>
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="CODEC">
<h3>CODEC</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">com.mojang.serialization.Codec&lt;<a href="DynamicBufferType.html" title="enum class in foundry.veil.api.client.render.dynamicbuffer">DynamicBufferType</a>&gt;</span>&nbsp;<span class="element-name">CODEC</span></div>
</section>
</li>
<li>
<section class="detail" id="PACKED_LIST_CODEC">
<h3>PACKED_LIST_CODEC</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">com.mojang.serialization.Codec&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</span>&nbsp;<span class="element-name">PACKED_LIST_CODEC</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ <h2>Method Summary</h2>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDefinition(net.minecraft.resources.ResourceLocation,foundry.veil.api.client.render.framebuffer.FramebufferDefinition)" class="member-name-link">setDefinition</a><wbr>(net.minecraft.resources.ResourceLocation&nbsp;name,
<a href="FramebufferDefinition.html" title="class in foundry.veil.api.client.render.framebuffer">FramebufferDefinition</a>&nbsp;definition)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Updates a single framebuffer definition and initializes a new framebuffer.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setFramebuffer(net.minecraft.resources.ResourceLocation,foundry.veil.api.client.render.framebuffer.AdvancedFbo)" class="member-name-link">setFramebuffer</a><wbr>(net.minecraft.resources.ResourceLocation&nbsp;name,
<a href="AdvancedFbo.html" title="interface in foundry.veil.api.client.render.framebuffer">AdvancedFbo</a>&nbsp;fbo)</code></div>
Expand Down Expand Up @@ -290,6 +292,12 @@ <h3>clear</h3>
<h3>setDefinition</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setDefinition</span><wbr><span class="parameters">(net.minecraft.resources.ResourceLocation&nbsp;name,
<a href="FramebufferDefinition.html" title="class in foundry.veil.api.client.render.framebuffer">FramebufferDefinition</a>&nbsp;definition)</span></div>
<div class="block">Updates a single framebuffer definition and initializes a new framebuffer.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>name</code> - The name of the framebuffer to set</dd>
<dd><code>definition</code> - The new definition</dd>
</dl>
</section>
</li>
<li>
Expand Down
Loading

0 comments on commit 04679e9

Please sign in to comment.