Skip to content

Commit 02d94f3

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 14.0.0-SNAPSHOT
1 parent e1fe750 commit 02d94f3

File tree

264 files changed

+943
-690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+943
-690
lines changed

spongeapi/14.0.0-SNAPSHOT/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
21472147
</div>
21482148
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/registry/DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryType&lt;T&gt;</a></div>
21492149
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
2150-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></div>
2150+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue&lt;T&gt;</a></div>
21512151
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
21522152
<div class="block">A Utility marker that assists in getting a <a href="org/spongepowered/api/ResourceKey.html" title="interface in org.spongepowered.api"><code>ResourceKey</code></a> for values that generally can be
21532153
within a <a href="org/spongepowered/api/registry/DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry"><code>defaulted registry</code></a>.</div>

spongeapi/14.0.0-SNAPSHOT/index-all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13878,7 +13878,7 @@ <h2 class="title" id="I:D">D</h2>
1387813878
</dd>
1387913879
<dt><a href="org/spongepowered/api/registry/DefaultedRegistryType.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryType&lt;T&gt;</a> - Interface in <a href="org/spongepowered/api/registry/package-summary.html">org.spongepowered.api.registry</a></dt>
1388013880
<dd>&nbsp;</dd>
13881-
<dt><a href="org/spongepowered/api/registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a> - Interface in <a href="org/spongepowered/api/registry/package-summary.html">org.spongepowered.api.registry</a></dt>
13881+
<dt><a href="org/spongepowered/api/registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue&lt;T&gt;</a> - Interface in <a href="org/spongepowered/api/registry/package-summary.html">org.spongepowered.api.registry</a></dt>
1388213882
<dd>
1388313883
<div class="block">A Utility marker that assists in getting a <a href="org/spongepowered/api/ResourceKey.html" title="interface in org.spongepowered.api"><code>ResourceKey</code></a> for values that generally can be
1388413884
within a <a href="org/spongepowered/api/registry/DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry"><code>defaulted registry</code></a>.</div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/advancement/Advancement.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ <h1 title="Interface Advancement" class="title">Interface Advancement</h1>
8888
<section class="class-description" id="class-description">
8989
<dl class="notes">
9090
<dt>All Superinterfaces:</dt>
91-
<dd><code><a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a></code>, <code><a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></code>, <code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></code></dd>
91+
<dd><code><a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a></code>, <code><a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></code>, <code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="Advancement.html" title="interface in org.spongepowered.api.advancement">Advancement</a>&gt;</code></dd>
9292
</dl>
9393
<hr>
9494
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">Advancement</span><span class="extends-implements">
95-
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>, <a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a>, <a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></span></div>
95+
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="Advancement.html" title="interface in org.spongepowered.api.advancement">Advancement</a>&gt;, <a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a>, <a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></span></div>
9696
<div class="block">An advancement.</div>
9797
</section>
9898
<section class="summary">

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/advancement/AdvancementType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface AdvancementType" class="title">Interface AdvancementType</h
8888
<section class="class-description" id="class-description">
8989
<dl class="notes">
9090
<dt>All Superinterfaces:</dt>
91-
<dd><code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></code></dd>
91+
<dd><code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="AdvancementType.html" title="interface in org.spongepowered.api.advancement">AdvancementType</a>&gt;</code></dd>
9292
</dl>
9393
<hr>
9494
<div class="type-signature"><span class="annotations"><a href="../util/annotation/CatalogedBy.html" title="annotation interface in org.spongepowered.api.util.annotation">@CatalogedBy</a>(<a href="AdvancementTypes.html" title="class in org.spongepowered.api.advancement">AdvancementTypes.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">AdvancementType</span><span class="extends-implements">
96-
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></span></div>
96+
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="AdvancementType.html" title="interface in org.spongepowered.api.advancement">AdvancementType</a>&gt;</span></div>
9797
<div class="block">Changes the frame around the <a href="Advancement.html" title="interface in org.spongepowered.api.advancement"><code>Advancement</code></a> icon and
9898
also the appearance in the notifications.</div>
9999
</section>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/advancement/criteria/trigger/Trigger.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ <h1 title="Interface Trigger" class="title">Interface Trigger&lt;C extends <a hr
9292
</dl>
9393
<dl class="notes">
9494
<dt>All Superinterfaces:</dt>
95-
<dd><code><a href="../../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></code></dd>
95+
<dd><code><a href="../../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="Trigger.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger</a>&lt;?&gt;&gt;</code></dd>
9696
</dl>
9797
<hr>
9898
<div class="type-signature"><span class="annotations"><a href="../../../util/annotation/CatalogedBy.html" title="annotation interface in org.spongepowered.api.util.annotation">@CatalogedBy</a>(<a href="Triggers.html" title="class in org.spongepowered.api.advancement.criteria.trigger">Triggers.class</a>)
9999
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">Trigger&lt;C extends <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">FilteredTriggerConfiguration</a>&gt;</span><span class="extends-implements">
100-
extends <a href="../../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></span></div>
100+
extends <a href="../../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="Trigger.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger</a>&lt;?&gt;&gt;</span></div>
101101
<div class="block">Represents a source that can trigger a <a href="../AdvancementCriterion.html" title="interface in org.spongepowered.api.advancement.criteria"><code>AdvancementCriterion</code></a>.</div>
102102
</section>
103103
<section class="summary">

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/advancement/criteria/trigger/package-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
8484
<li class="circle">org.spongepowered.api.advancement.criteria.trigger.<a href="Trigger.Builder.html" class="type-name-link" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger.Builder</a>&lt;C&gt; (also extends org.spongepowered.api.util.<a href="../../../util/Builder.html" title="interface in org.spongepowered.api.util">Builder</a>&lt;T,<wbr>B&gt;)</li>
8585
</ul>
8686
</li>
87-
<li class="circle">org.spongepowered.api.registry.<a href="../../../registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>
87+
<li class="circle">org.spongepowered.api.registry.<a href="../../../registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;T&gt;
8888
<ul>
8989
<li class="circle">org.spongepowered.api.advancement.criteria.trigger.<a href="Trigger.html" class="type-name-link" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger</a>&lt;C&gt;</li>
9090
</ul>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/advancement/package-tree.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
8383
</li>
8484
<li class="circle">net.kyori.adventure.text.<a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" class="type-name-link external-link" title="class or interface in net.kyori.adventure.text">ComponentLike</a>
8585
<ul>
86-
<li class="circle">org.spongepowered.api.advancement.<a href="Advancement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">Advancement</a> (also extends org.spongepowered.api.datapack.<a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a>, org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>)</li>
86+
<li class="circle">org.spongepowered.api.advancement.<a href="Advancement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">Advancement</a> (also extends org.spongepowered.api.datapack.<a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a>, org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;T&gt;)</li>
8787
</ul>
8888
</li>
8989
<li class="circle">org.spongepowered.api.util.<a href="../util/CopyableBuilder.html" class="type-name-link" title="interface in org.spongepowered.api.util">CopyableBuilder</a>&lt;T,<wbr>B&gt;
@@ -98,10 +98,10 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
9898
</li>
9999
<li class="circle">org.spongepowered.api.datapack.<a href="../datapack/DataPackSerializable.html" class="type-name-link" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a>
100100
<ul>
101-
<li class="circle">org.spongepowered.api.advancement.<a href="Advancement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">Advancement</a> (also extends net.kyori.adventure.text.<a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a>, org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>)</li>
101+
<li class="circle">org.spongepowered.api.advancement.<a href="Advancement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">Advancement</a> (also extends net.kyori.adventure.text.<a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a>, org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;T&gt;)</li>
102102
</ul>
103103
</li>
104-
<li class="circle">org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>
104+
<li class="circle">org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" class="type-name-link" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;T&gt;
105105
<ul>
106106
<li class="circle">org.spongepowered.api.advancement.<a href="Advancement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">Advancement</a> (also extends net.kyori.adventure.text.<a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/text/ComponentLike.html" title="class or interface in net.kyori.adventure.text" class="external-link">ComponentLike</a>, org.spongepowered.api.datapack.<a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a>)</li>
107107
<li class="circle">org.spongepowered.api.advancement.<a href="AdvancementType.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">AdvancementType</a></li>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/adventure/ChatType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface ChatType" class="title">Interface ChatType</h1>
8888
<section class="class-description" id="class-description">
8989
<dl class="notes">
9090
<dt>All Superinterfaces:</dt>
91-
<dd><code><a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/chat/ChatType.html" title="class or interface in net.kyori.adventure.chat" class="external-link">ChatType</a></code>, <code><a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></code>, <code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></code>, <code>net.kyori.examination.Examinable</code>, <code><a href="https://jd.advntr.dev/key/4.18.0/net/kyori/adventure/key/Keyed.html" title="class or interface in net.kyori.adventure.key" class="external-link">Keyed</a></code></dd>
91+
<dd><code><a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/chat/ChatType.html" title="class or interface in net.kyori.adventure.chat" class="external-link">ChatType</a></code>, <code><a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></code>, <code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="ChatType.html" title="interface in org.spongepowered.api.adventure">ChatType</a>&gt;</code>, <code>net.kyori.examination.Examinable</code>, <code><a href="https://jd.advntr.dev/key/4.18.0/net/kyori/adventure/key/Keyed.html" title="class or interface in net.kyori.adventure.key" class="external-link">Keyed</a></code></dd>
9292
</dl>
9393
<hr>
9494
<div class="type-signature"><span class="annotations"><a href="../util/annotation/CatalogedBy.html" title="annotation interface in org.spongepowered.api.util.annotation">@CatalogedBy</a>(<a href="ChatTypes.html" title="class in org.spongepowered.api.adventure">ChatTypes.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">ChatType</span><span class="extends-implements">
96-
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>, <a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/chat/ChatType.html" title="class or interface in net.kyori.adventure.chat" class="external-link">ChatType</a>, <a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></span></div>
96+
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="ChatType.html" title="interface in org.spongepowered.api.adventure">ChatType</a>&gt;, <a href="https://jd.advntr.dev/api/4.18.0/net/kyori/adventure/chat/ChatType.html" title="class or interface in net.kyori.adventure.chat" class="external-link">ChatType</a>, <a href="../datapack/DataPackSerializable.html" title="interface in org.spongepowered.api.datapack">DataPackSerializable</a></span></div>
9797
<div class="block">A type of chat</div>
9898
</section>
9999
<section class="summary">

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/adventure/ResolveOperation.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<li>Nested</li>
4242
<li>Field</li>
4343
<li>Constr</li>
44-
<li>Method</li>
44+
<li><a href="#method-summary">Method</a></li>
4545
</ul>
4646
</li>
4747
<li>
@@ -61,7 +61,7 @@
6161
<li>Nested&nbsp;|&nbsp;</li>
6262
<li>Field&nbsp;|&nbsp;</li>
6363
<li>Constr&nbsp;|&nbsp;</li>
64-
<li>Method</li>
64+
<li><a href="#method-summary">Method</a></li>
6565
</ul>
6666
<ul class="sub-nav-list">
6767
<li>Detail:&nbsp;</li>
@@ -86,11 +86,29 @@
8686
<h1 title="Interface ResolveOperation" class="title">Interface ResolveOperation</h1>
8787
</div>
8888
<section class="class-description" id="class-description">
89+
<dl class="notes">
90+
<dt>All Superinterfaces:</dt>
91+
<dd><code><a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="ResolveOperation.html" title="interface in org.spongepowered.api.adventure">ResolveOperation</a>&gt;</code></dd>
92+
</dl>
8993
<hr>
9094
<div class="type-signature"><span class="annotations"><a href="../util/annotation/CatalogedBy.html" title="annotation interface in org.spongepowered.api.util.annotation">@CatalogedBy</a>(<a href="ResolveOperations.html" title="class in org.spongepowered.api.adventure">ResolveOperations.class</a>)
91-
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">ResolveOperation</span></div>
95+
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">ResolveOperation</span><span class="extends-implements">
96+
extends <a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="ResolveOperation.html" title="interface in org.spongepowered.api.adventure">ResolveOperation</a>&gt;</span></div>
9297
<div class="block">A type of rendering operation that can be performed on a component.</div>
9398
</section>
99+
<section class="summary">
100+
<ul class="summary-list">
101+
<!-- ========== METHOD SUMMARY =========== -->
102+
<li>
103+
<section class="method-summary" id="method-summary">
104+
<h2>Method Summary</h2>
105+
<div class="inherited-list">
106+
<h3 id="methods-inherited-from-class-org.spongepowered.api.registry.DefaultedRegistryValue">Methods inherited from interface&nbsp;org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a></h3>
107+
<code><a href="../registry/DefaultedRegistryValue.html#asDefaultedReference(org.spongepowered.api.registry.DefaultedRegistryType)">asDefaultedReference</a>, <a href="../registry/DefaultedRegistryValue.html#findKey(org.spongepowered.api.registry.DefaultedRegistryType)">findKey</a>, <a href="../registry/DefaultedRegistryValue.html#key(org.spongepowered.api.registry.DefaultedRegistryType)">key</a></code></div>
108+
</section>
109+
</li>
110+
</ul>
111+
</section>
94112
<!-- ========= END OF CLASS DATA ========= -->
95113
</main>
96114
</div>

0 commit comments

Comments
 (0)