Skip to content

Commit e7c77ee

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 14.1.0-SNAPSHOT
1 parent 69088c3 commit e7c77ee

File tree

5 files changed

+1147
-1094
lines changed

5 files changed

+1147
-1094
lines changed

spongeapi/14.1.0-SNAPSHOT/index-all.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19561,6 +19561,10 @@ <h2 class="title" id="I:F">F</h2>
1956119561
<dd>
1956219562
<div class="block">Returns a fixed biome provider base on a single <a href="org/spongepowered/api/world/biome/Biome.html" title="interface in org.spongepowered.api.world.biome"><code>Biome</code></a></div>
1956319563
</dd>
19564+
<dt><a href="org/spongepowered/api/data/Keys.html#FIXED" class="member-name-link">FIXED</a> - Static variable in class org.spongepowered.api.data.<a href="org/spongepowered/api/data/Keys.html" title="class in org.spongepowered.api.data">Keys</a></dt>
19565+
<dd>
19566+
<div class="block">Whether a <a href="org/spongepowered/api/entity/hanging/ItemFrame.html" title="interface in org.spongepowered.api.entity.hanging"><code>ItemFrame</code></a> is "fixed".</div>
19567+
</dd>
1956419568
<dt><a href="org/spongepowered/api/entity/display/BillboardTypes.html#FIXED" class="member-name-link">FIXED</a> - Static variable in class org.spongepowered.api.entity.display.<a href="org/spongepowered/api/entity/display/BillboardTypes.html" title="class in org.spongepowered.api.entity.display">BillboardTypes</a></dt>
1956519569
<dd>&nbsp;</dd>
1956619570
<dt><a href="org/spongepowered/api/entity/display/ItemDisplayTypes.html#FIXED" class="member-name-link">FIXED</a> - Static variable in class org.spongepowered.api.entity.display.<a href="org/spongepowered/api/entity/display/ItemDisplayTypes.html" title="class in org.spongepowered.api.entity.display">ItemDisplayTypes</a></dt>
@@ -38701,6 +38705,11 @@ <h2 class="title" id="I:R">R</h2>
3870138705
<div class="block">The remaining amount of ticks the current brewing
3870238706
process of a <a href="org/spongepowered/api/block/entity/carrier/BrewingStand.html" title="interface in org.spongepowered.api.block.entity.carrier"><code>BrewingStand</code></a> will take.</div>
3870338707
</dd>
38708+
<dt><a href="org/spongepowered/api/command/parameter/managed/clientcompletion/ClientCompletionTypes.html#REMAINING_JOINED_STRINGS" class="member-name-link">REMAINING_JOINED_STRINGS</a> - Static variable in class org.spongepowered.api.command.parameter.managed.clientcompletion.<a href="org/spongepowered/api/command/parameter/managed/clientcompletion/ClientCompletionTypes.html" title="class in org.spongepowered.api.command.parameter.managed.clientcompletion">ClientCompletionTypes</a></dt>
38709+
<dd>
38710+
<div class="block">Indicates to the client that the <a href="org/spongepowered/api/command/parameter/managed/ValueParser.html" title="interface in org.spongepowered.api.command.parameter.managed"><code>ValueParser</code></a> is a greedy
38711+
string.</div>
38712+
</dd>
3870438713
<dt><a href="org/spongepowered/api/command/parameter/managed/standard/ResourceKeyedValueParameters.html#REMAINING_JOINED_STRINGS" class="member-name-link">REMAINING_JOINED_STRINGS</a> - Static variable in class org.spongepowered.api.command.parameter.managed.standard.<a href="org/spongepowered/api/command/parameter/managed/standard/ResourceKeyedValueParameters.html" title="class in org.spongepowered.api.command.parameter.managed.standard">ResourceKeyedValueParameters</a></dt>
3870538714
<dd>
3870638715
<div class="block">Require one or more strings, without any processing, which are combined
@@ -43213,6 +43222,10 @@ <h2 class="title" id="I:S">S</h2>
4321343222
<dd>
4321443223
<div class="block">Skips this step.</div>
4321543224
</dd>
43225+
<dt><a href="org/spongepowered/api/command/parameter/ArgumentReader.Mutable.html#skipChar()" class="member-name-link">skipChar()</a> - Method in interface org.spongepowered.api.command.parameter.<a href="org/spongepowered/api/command/parameter/ArgumentReader.Mutable.html" title="interface in org.spongepowered.api.command.parameter">ArgumentReader.Mutable</a></dt>
43226+
<dd>
43227+
<div class="block">Moves the cursor to the next character.</div>
43228+
</dd>
4321643229
<dt><a href="org/spongepowered/api/command/parameter/ArgumentReader.Mutable.html#skipWhitespace()" class="member-name-link">skipWhitespace()</a> - Method in interface org.spongepowered.api.command.parameter.<a href="org/spongepowered/api/command/parameter/ArgumentReader.Mutable.html" title="interface in org.spongepowered.api.command.parameter">ArgumentReader.Mutable</a></dt>
4321743230
<dd>
4321843231
<div class="block">Moves the cursor to the next non-whitespace character.</div>

spongeapi/14.1.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/14.1.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/14.1.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)