Skip to content

Commit 5556bc9

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 15.0.0-SNAPSHOT
1 parent e4e99ec commit 5556bc9

File tree

64 files changed

+2867
-1800
lines changed

Some content is hidden

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

64 files changed

+2867
-1800
lines changed

spongeapi/15.0.0-SNAPSHOT/allclasses-index.html

Lines changed: 565 additions & 559 deletions
Large diffs are not rendered by default.

spongeapi/15.0.0-SNAPSHOT/index-all.html

Lines changed: 80 additions & 0 deletions
Large diffs are not rendered by default.

spongeapi/15.0.0-SNAPSHOT/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 5 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>&lt;<a href="AdvancementType.html" title="interface in org.spongepowered.api.advancement">AdvancementType</a>&gt;</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>, <code><a href="../data/type/StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</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="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>&lt;<a href="AdvancementType.html" title="interface in org.spongepowered.api.advancement">AdvancementType</a>&gt;</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;, <a href="../data/type/StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></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>
@@ -121,6 +121,9 @@ <h2>Method Summary</h2>
121121
<div class="inherited-list">
122122
<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>
123123
<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>
124+
<div class="inherited-list">
125+
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.type.StringRepresentable">Methods inherited from interface&nbsp;org.spongepowered.api.data.type.<a href="../data/type/StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></h3>
126+
<code><a href="../data/type/StringRepresentable.html#serializationString()">serializationString</a></code></div>
124127
</section>
125128
</li>
126129
</ul>

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
104104
<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.21.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>
107-
<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>
107+
<li class="circle">org.spongepowered.api.advancement.<a href="AdvancementType.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">AdvancementType</a> (also extends org.spongepowered.api.data.type.<a href="../data/type/StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a>)</li>
108108
</ul>
109109
</li>
110110
<li class="circle">org.spongepowered.api.advancement.<a href="DisplayInfo.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">DisplayInfo</a></li>
@@ -140,6 +140,11 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
140140
</li>
141141
</ul>
142142
</li>
143+
<li class="circle">org.spongepowered.api.data.type.<a href="../data/type/StringRepresentable.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">StringRepresentable</a>
144+
<ul>
145+
<li class="circle">org.spongepowered.api.advancement.<a href="AdvancementType.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">AdvancementType</a> (also extends org.spongepowered.api.registry.<a href="../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;T&gt;)</li>
146+
</ul>
147+
</li>
143148
<li class="circle">org.spongepowered.api.advancement.<a href="TreeLayoutElement.html" class="type-name-link" title="interface in org.spongepowered.api.advancement">TreeLayoutElement</a></li>
144149
</ul>
145150
</section>

spongeapi/15.0.0-SNAPSHOT/org/spongepowered/api/command/parameter/ArgumentReader.Mutable.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,13 @@ <h2>Method Summary</h2>
198198
the provided <a href="ArgumentReader.html" title="interface in org.spongepowered.api.command.parameter"><code>ArgumentReader</code></a> is in.</div>
199199
</div>
200200
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
201-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#skipWhitespace()" class="member-name-link">skipWhitespace</a>()</code></div>
201+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#skipChar()" class="member-name-link">skipChar</a>()</code></div>
202202
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
203+
<div class="block">Moves the cursor to the next character.</div>
204+
</div>
205+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
206+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#skipWhitespace()" class="member-name-link">skipWhitespace</a>()</code></div>
207+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
203208
<div class="block">Moves the cursor to the next non-whitespace character.</div>
204209
</div>
205210
</div>
@@ -220,6 +225,13 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.command.parameter.Arg
220225
<h2>Method Details</h2>
221226
<ul class="member-list">
222227
<li>
228+
<section class="detail" id="skipChar()">
229+
<h3>skipChar</h3>
230+
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">skipChar</span>()</div>
231+
<div class="block">Moves the cursor to the next character.</div>
232+
</section>
233+
</li>
234+
<li>
223235
<section class="detail" id="skipWhitespace()">
224236
<h3>skipWhitespace</h3>
225237
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">skipWhitespace</span>()</div>

spongeapi/15.0.0-SNAPSHOT/org/spongepowered/api/command/parameter/managed/clientcompletion/ClientCompletionTypes.html

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,26 +118,32 @@ <h2>Field Summary</h2>
118118
<a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> does not parse any part of the string.</div>
119119
</div>
120120
<div class="col-first even-row-color"><code>static final <a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</code></div>
121-
<div class="col-second even-row-color"><code><a href="#RESOURCE_KEY" class="member-name-link">RESOURCE_KEY</a></code></div>
121+
<div class="col-second even-row-color"><code><a href="#REMAINING_JOINED_STRINGS" class="member-name-link">REMAINING_JOINED_STRINGS</a></code></div>
122122
<div class="col-last even-row-color">
123-
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a
124-
<a href="../../../../ResourceKey.html" title="interface in org.spongepowered.api"><code>ResourceKey</code></a>.</div>
123+
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a greedy
124+
string.</div>
125125
</div>
126126
<div class="col-first odd-row-color"><code>static final <a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</code></div>
127-
<div class="col-second odd-row-color"><code><a href="#SNBT" class="member-name-link">SNBT</a></code></div>
127+
<div class="col-second odd-row-color"><code><a href="#RESOURCE_KEY" class="member-name-link">RESOURCE_KEY</a></code></div>
128128
<div class="col-last odd-row-color">
129-
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> will parse SNBT
130-
(the string format for NBT).</div>
129+
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a
130+
<a href="../../../../ResourceKey.html" title="interface in org.spongepowered.api"><code>ResourceKey</code></a>.</div>
131131
</div>
132132
<div class="col-first even-row-color"><code>static final <a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</code></div>
133-
<div class="col-second even-row-color"><code><a href="#STRING" class="member-name-link">STRING</a></code></div>
133+
<div class="col-second even-row-color"><code><a href="#SNBT" class="member-name-link">SNBT</a></code></div>
134134
<div class="col-last even-row-color">
135-
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a standard
136-
string.</div>
135+
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> will parse SNBT
136+
(the string format for NBT).</div>
137137
</div>
138138
<div class="col-first odd-row-color"><code>static final <a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</code></div>
139-
<div class="col-second odd-row-color"><code><a href="#WHOLE_NUMBER" class="member-name-link">WHOLE_NUMBER</a></code></div>
139+
<div class="col-second odd-row-color"><code><a href="#STRING" class="member-name-link">STRING</a></code></div>
140140
<div class="col-last odd-row-color">
141+
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a standard
142+
string.</div>
143+
</div>
144+
<div class="col-first even-row-color"><code>static final <a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</code></div>
145+
<div class="col-second even-row-color"><code><a href="#WHOLE_NUMBER" class="member-name-link">WHOLE_NUMBER</a></code></div>
146+
<div class="col-last even-row-color">
141147
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> accepts a whole
142148
number.</div>
143149
</div>
@@ -203,6 +209,14 @@ <h3>NONE</h3>
203209
</section>
204210
</li>
205211
<li>
212+
<section class="detail" id="REMAINING_JOINED_STRINGS">
213+
<h3>REMAINING_JOINED_STRINGS</h3>
214+
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</span>&nbsp;<span class="element-name">REMAINING_JOINED_STRINGS</span></div>
215+
<div class="block">Indicates to the client that the <a href="../ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a greedy
216+
string.</div>
217+
</section>
218+
</li>
219+
<li>
206220
<section class="detail" id="RESOURCE_KEY">
207221
<h3>RESOURCE_KEY</h3>
208222
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="../../../../registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a>&lt;<a href="ClientCompletionType.html" title="interface in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionType</a>&gt;</span>&nbsp;<span class="element-name">RESOURCE_KEY</span></div>

0 commit comments

Comments
 (0)