Skip to content

Commit

Permalink
Deploying to gh-pages from @ cffb5b1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 4, 2024
1 parent 6d72ba1 commit bc9a7d9
Show file tree
Hide file tree
Showing 11 changed files with 417 additions and 51 deletions.
68 changes: 68 additions & 0 deletions index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ <h2 class="title" id="I:A">A</h2>
</dd>
<dt><a href="org/moddingx/libx/datagen/provider/sandbox/FeatureProviderBase.AnyPlacementBuilder.html#add(org.moddingx.libx.datagen.provider.sandbox.FeatureProviderBase.PlacementModifiers)" class="member-name-link">add(FeatureProviderBase.PlacementModifiers)</a> - Method in class org.moddingx.libx.datagen.provider.sandbox.<a href="org/moddingx/libx/datagen/provider/sandbox/FeatureProviderBase.AnyPlacementBuilder.html" title="class in org.moddingx.libx.datagen.provider.sandbox">FeatureProviderBase.AnyPlacementBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#add(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">add(Polynomial&lt;Double&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#add(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">add(Polynomial&lt;Integer&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/Polynomial.html#add(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">add(Polynomial&lt;T&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/Polynomial.html" title="class in org.moddingx.libx.util.math">Polynomial</a></dt>
<dd>
<div class="block">Adds two polynomials together.</div>
</dd>
<dt><a href="org/moddingx/libx/datagen/DatagenContext.html#addAdditionalProvider(java.util.function.Function)" class="member-name-link">addAdditionalProvider(Function&lt;DatagenContext, DataProvider&gt;)</a> - Method in class org.moddingx.libx.datagen.<a href="org/moddingx/libx/datagen/DatagenContext.html" title="class in org.moddingx.libx.datagen">DatagenContext</a></dt>
<dd>
<div class="block">Adds an additional provider for the <a href="org/moddingx/libx/datagen/DatagenStage.html#DATAGEN"><code>datagen stage</code></a> that runs on the same
Expand Down Expand Up @@ -2078,6 +2086,14 @@ <h2 class="title" id="I:D">D</h2>
</dd>
<dt><a href="org/moddingx/libx/datagen/provider/sandbox/NoiseProviderBase.GeneratorSettingsBuilder.RouterBuilder.html#depth(net.minecraft.world.level.levelgen.DensityFunction)" class="member-name-link">depth(DensityFunction)</a> - Method in class org.moddingx.libx.datagen.provider.sandbox.<a href="org/moddingx/libx/datagen/provider/sandbox/NoiseProviderBase.GeneratorSettingsBuilder.RouterBuilder.html" title="class in org.moddingx.libx.datagen.provider.sandbox">NoiseProviderBase.GeneratorSettingsBuilder.RouterBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#derivative()" class="member-name-link">derivative()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#derivative()" class="member-name-link">derivative()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/Polynomial.html#derivative()" class="member-name-link">derivative()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/Polynomial.html" title="class in org.moddingx.libx.util.math">Polynomial</a></dt>
<dd>
<div class="block">Computes the derivative of this polynomial.</div>
</dd>
<dt><a href="org/moddingx/libx/datagen/provider/patchouli/CategoryBuilder.html#description(java.lang.String)" class="member-name-link">description(String)</a> - Method in class org.moddingx.libx.datagen.provider.patchouli.<a href="org/moddingx/libx/datagen/provider/patchouli/CategoryBuilder.html" title="class in org.moddingx.libx.datagen.provider.patchouli">CategoryBuilder</a></dt>
<dd>
<div class="block">Sets the category description.</div>
Expand Down Expand Up @@ -2882,6 +2898,18 @@ <h2 class="title" id="I:F">F</h2>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/menu/DefaultMenu.html#firstOutputSlot" class="member-name-link">firstOutputSlot</a> - Variable in class org.moddingx.libx.menu.<a href="org/moddingx/libx/menu/DefaultMenu.html" title="class in org.moddingx.libx.menu">DefaultMenu</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/codec/MoreCodecs.html#fixed(com.mojang.serialization.Dynamic)" class="member-name-link">fixed(Dynamic&lt;?&gt;)</a> - Static method in class org.moddingx.libx.codec.<a href="org/moddingx/libx/codec/MoreCodecs.html" title="class in org.moddingx.libx.codec">MoreCodecs</a></dt>
<dd>
<div class="block">Creates a fixed codec that always encodes the <code>unit value</code> to the given serialized value.</div>
</dd>
<dt><a href="org/moddingx/libx/codec/MoreCodecs.html#fixed(java.lang.Number)" class="member-name-link">fixed(Number)</a> - Static method in class org.moddingx.libx.codec.<a href="org/moddingx/libx/codec/MoreCodecs.html" title="class in org.moddingx.libx.codec">MoreCodecs</a></dt>
<dd>
<div class="block">Creates a fixed codec that always encodes the <code>unit value</code> to the given serialized value.</div>
</dd>
<dt><a href="org/moddingx/libx/codec/MoreCodecs.html#fixed(java.lang.String)" class="member-name-link">fixed(String)</a> - Static method in class org.moddingx.libx.codec.<a href="org/moddingx/libx/codec/MoreCodecs.html" title="class in org.moddingx.libx.codec">MoreCodecs</a></dt>
<dd>
<div class="block">Creates a fixed codec that always encodes the <code>unit value</code> to the given serialized value.</div>
</dd>
<dt><a href="org/moddingx/libx/datagen/provider/sandbox/DimensionProviderBase.BiomeSourceBuilder.html#fixedBiome(net.minecraft.core.Holder)" class="member-name-link">fixedBiome(Holder&lt;Biome&gt;)</a> - Method in class org.moddingx.libx.datagen.provider.sandbox.<a href="org/moddingx/libx/datagen/provider/sandbox/DimensionProviderBase.BiomeSourceBuilder.html" title="class in org.moddingx.libx.datagen.provider.sandbox">DimensionProviderBase.BiomeSourceBuilder</a></dt>
<dd>
<div class="block">Use a <code>FixedBiomeSource</code> for this dimension.</div>
Expand Down Expand Up @@ -4018,6 +4046,14 @@ <h2 class="title" id="I:I">I</h2>
</dd>
<dt><a href="org/moddingx/libx/command/EnumArgument2.Info.Template.html#instantiate(net.minecraft.commands.CommandBuildContext)" class="member-name-link">instantiate(CommandBuildContext)</a> - Method in class org.moddingx.libx.command.<a href="org/moddingx/libx/command/EnumArgument2.Info.Template.html" title="class in org.moddingx.libx.command">EnumArgument2.Info.Template</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#integrate()" class="member-name-link">integrate()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>
<div class="block">Integrates this polynomial with constant part 0.</div>
</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#integrate(double)" class="member-name-link">integrate(double)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>
<div class="block">Integrates this polynomial with the given constant part.</div>
</dd>
<dt><a href="org/moddingx/libx/event/InteractBlockEmptyHandEvent.html" class="type-name-link" title="class in org.moddingx.libx.event">InteractBlockEmptyHandEvent</a> - Class in <a href="org/moddingx/libx/event/package-summary.html">org.moddingx.libx.event</a></dt>
<dd>
<div class="block">Fired on right click with an empty hand but after the block action was processed.</div>
Expand Down Expand Up @@ -4846,6 +4882,14 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block">Use a <code>MultiNoiseBiomeSource</code> for this dimension.</div>
</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#multiply(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">multiply(Polynomial&lt;Double&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#multiply(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">multiply(Polynomial&lt;Integer&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/Polynomial.html#multiply(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">multiply(Polynomial&lt;T&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/Polynomial.html" title="class in org.moddingx.libx.util.math">Polynomial</a></dt>
<dd>
<div class="block">Multiplies two polynomials.</div>
</dd>
</dl>
<h2 class="title" id="I:N">N</h2>
<dl class="index">
Expand Down Expand Up @@ -4911,6 +4955,14 @@ <h2 class="title" id="I:N">N</h2>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/fi/Predicate8.html#negate()" class="member-name-link">negate()</a> - Method in interface org.moddingx.libx.fi.<a href="org/moddingx/libx/fi/Predicate8.html" title="interface in org.moddingx.libx.fi">Predicate8</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#negate()" class="member-name-link">negate()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#negate()" class="member-name-link">negate()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/Polynomial.html#negate()" class="member-name-link">negate()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/Polynomial.html" title="class in org.moddingx.libx.util.math">Polynomial</a></dt>
<dd>
<div class="block">Negates this polynomial.</div>
</dd>
<dt><a href="org/moddingx/libx/datagen/DatagenSystem.html#nestedDatapack(net.minecraft.resources.ResourceLocation,org.moddingx.libx.datagen.PackTarget...)" class="member-name-link">nestedDatapack(ResourceLocation, PackTarget...)</a> - Method in class org.moddingx.libx.datagen.<a href="org/moddingx/libx/datagen/DatagenSystem.html" title="class in org.moddingx.libx.datagen">DatagenSystem</a></dt>
<dd>
<div class="block">Creates a pack target for a vanilla-style nested datapack inside the first given parent.</div>
Expand Down Expand Up @@ -5024,6 +5076,14 @@ <h2 class="title" id="I:O">O</h2>
</dd>
<dt><a href="org/moddingx/libx/inventory/BaseItemStackHandler.html#onContentsChanged(int)" class="member-name-link">onContentsChanged(int)</a> - Method in class org.moddingx.libx.inventory.<a href="org/moddingx/libx/inventory/BaseItemStackHandler.html" title="class in org.moddingx.libx.inventory">BaseItemStackHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/moddingx/libx/util/math/DoublePolynomial.html#ONE" class="member-name-link">ONE</a> - Static variable in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math">DoublePolynomial</a></dt>
<dd>
<div class="block">The polynomial that is always one.</div>
</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#ONE" class="member-name-link">ONE</a> - Static variable in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>
<div class="block">The polynomial that is always one.</div>
</dd>
<dt><a href="org/moddingx/libx/base/tile/BlockEntityBase.html#onLoad()" class="member-name-link">onLoad()</a> - Method in class org.moddingx.libx.base.tile.<a href="org/moddingx/libx/base/tile/BlockEntityBase.html" title="class in org.moddingx.libx.base.tile">BlockEntityBase</a></dt>
<dd>
<div class="block">If the block entity is loaded on the logical client, this will update the block entity using
Expand Down Expand Up @@ -7471,6 +7531,10 @@ <h2 class="title" id="I:S">S</h2>
<dd>
<div class="block">Sets the language key for the sounds subtitle.</div>
</dd>
<dt><a href="org/moddingx/libx/util/math/Polynomial.html#subtract(org.moddingx.libx.util.math.Polynomial)" class="member-name-link">subtract(Polynomial&lt;T&gt;)</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/Polynomial.html" title="class in org.moddingx.libx.util.math">Polynomial</a></dt>
<dd>
<div class="block">Subtracts two polynomials from each other.</div>
</dd>
<dt><a href="org/moddingx/libx/annotation/meta/SuperChainRequired.html" class="type-name-link" title="annotation interface in org.moddingx.libx.annotation.meta">SuperChainRequired</a> - Annotation Interface in <a href="org/moddingx/libx/annotation/meta/package-summary.html">org.moddingx.libx.annotation.meta</a></dt>
<dd>
<div class="block">Marker annotation for abstract methods.</div>
Expand Down Expand Up @@ -7754,6 +7818,10 @@ <h2 class="title" id="I:T">T</h2>
<dd>
<div class="block">Gets the screen title if available.</div>
</dd>
<dt><a href="org/moddingx/libx/util/math/IntPolynomial.html#toDouble()" class="member-name-link">toDouble()</a> - Method in class org.moddingx.libx.util.math.<a href="org/moddingx/libx/util/math/IntPolynomial.html" title="class in org.moddingx.libx.util.math">IntPolynomial</a></dt>
<dd>
<div class="block">Converts this polynomial to a <a href="org/moddingx/libx/util/math/DoublePolynomial.html" title="class in org.moddingx.libx.util.math"><code>DoublePolynomial</code></a>.</div>
</dd>
<dt><a href="org/moddingx/libx/config/gui/ConfigEditor.html#toggle(java.util.List)" class="member-name-link">toggle(List&lt;T&gt;)</a> - Static method in interface org.moddingx.libx.config.gui.<a href="org/moddingx/libx/config/gui/ConfigEditor.html" title="interface in org.moddingx.libx.config.gui">ConfigEditor</a></dt>
<dd>
<div class="block">Creates a toggle editor for a set of elements.</div>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion meta/index.json

Large diffs are not rendered by default.

Loading

0 comments on commit bc9a7d9

Please sign in to comment.