Skip to content

Commit 8fe0671

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 17.0.0-SNAPSHOT
1 parent 8ce54db commit 8fe0671

File tree

5 files changed

+41
-10
lines changed

5 files changed

+41
-10
lines changed

spongeapi/17.0.0-SNAPSHOT/index-all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23992,6 +23992,10 @@ <h2 class="title" id="I:I">I</h2>
2399223992
<div class="block">Sets the icon of the advancement with the
2399323993
specified <a href="org/spongepowered/api/item/ItemType.html" title="interface in org.spongepowered.api.item"><code>ItemType</code></a>.</div>
2399423994
</dd>
23995+
<dt><a href="org/spongepowered/api/MinecraftVersion.html#id()" class="member-name-link">id()</a> - Method in interface org.spongepowered.api.<a href="org/spongepowered/api/MinecraftVersion.html" title="interface in org.spongepowered.api">MinecraftVersion</a></dt>
23996+
<dd>
23997+
<div class="block">Gets the id of this Minecraft version.</div>
23998+
</dd>
2399523999
<dt><a href="org/spongepowered/api/resource/pack/Pack.html#id()" class="member-name-link">id()</a> - Method in interface org.spongepowered.api.resource.pack.<a href="org/spongepowered/api/resource/pack/Pack.html" title="interface in org.spongepowered.api.resource.pack">Pack</a></dt>
2399624000
<dd>&nbsp;</dd>
2399724001
<dt><a href="org/spongepowered/api/service/permission/PermissionDescription.html#id()" class="member-name-link">id()</a> - Method in interface org.spongepowered.api.service.permission.<a href="org/spongepowered/api/service/permission/PermissionDescription.html" title="interface in org.spongepowered.api.service.permission">PermissionDescription</a></dt>
@@ -45346,6 +45350,8 @@ <h2 class="title" id="I:S">S</h2>
4534645350
</dd>
4534745351
<dt><a href="org/spongepowered/api/entity/living/player/gamemode/GameModes.html#SPECTATOR" class="member-name-link">SPECTATOR</a> - Static variable in class org.spongepowered.api.entity.living.player.gamemode.<a href="org/spongepowered/api/entity/living/player/gamemode/GameModes.html" title="class in org.spongepowered.api.entity.living.player.gamemode">GameModes</a></dt>
4534845352
<dd>&nbsp;</dd>
45353+
<dt><a href="org/spongepowered/api/event/cause/entity/MovementTypes.html#SPECTATOR" class="member-name-link">SPECTATOR</a> - Static variable in class org.spongepowered.api.event.cause.entity.<a href="org/spongepowered/api/event/cause/entity/MovementTypes.html" title="class in org.spongepowered.api.event.cause.entity">MovementTypes</a></dt>
45354+
<dd>&nbsp;</dd>
4534945355
<dt><a href="org/spongepowered/api/data/Keys.html#SPECTATOR_TARGET" class="member-name-link">SPECTATOR_TARGET</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>
4535045356
<dd>
4535145357
<div class="block">The <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>target</code></a> of the spectator camera of a <a href="org/spongepowered/api/entity/living/player/Player.html" title="interface in org.spongepowered.api.entity.living.player"><code>Player</code></a>.</div>

spongeapi/17.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/17.0.0-SNAPSHOT/org/spongepowered/api/MinecraftVersion.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,25 @@ <h2>Method Summary</h2>
120120
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
121121
<div class="block">Gets the data version of this Minecraft version.</div>
122122
</div>
123-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
124-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isLegacy()" class="member-name-link">isLegacy</a>()</code></div>
123+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a><wbr>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
124+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#id()" class="member-name-link">id</a>()</code></div>
125125
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
126+
<div class="block">Gets the id of this Minecraft version.</div>
127+
</div>
128+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
129+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isLegacy()" class="member-name-link">isLegacy</a>()</code></div>
130+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
126131
<div class="block">Returns whether this version is an older version that doesn't support
127132
all of the features in <a href="network/status/StatusResponse.html" title="interface in org.spongepowered.api.network.status"><code>StatusResponse</code></a>.</div>
128133
</div>
129-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
130-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#name()" class="member-name-link">name</a>()</code></div>
131-
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
134+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
135+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#name()" class="member-name-link">name</a>()</code></div>
136+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
132137
<div class="block">Gets the name of this Minecraft version.</div>
133138
</div>
134-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
135-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#protocolVersion()" class="member-name-link">protocolVersion</a>()</code></div>
136-
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
139+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
140+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#protocolVersion()" class="member-name-link">protocolVersion</a>()</code></div>
141+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
137142
<div class="block">Gets the protocol version of this Minecraft version.</div>
138143
</div>
139144
</div>
@@ -162,6 +167,17 @@ <h3>name</h3>
162167
</section>
163168
</li>
164169
<li>
170+
<section class="detail" id="id()">
171+
<h3>id</h3>
172+
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">id</span>()</div>
173+
<div class="block">Gets the id of this Minecraft version.</div>
174+
<dl class="notes">
175+
<dt>Returns:</dt>
176+
<dd>The version id</dd>
177+
</dl>
178+
</section>
179+
</li>
180+
<li>
165181
<section class="detail" id="protocolVersion()">
166182
<h3>protocolVersion</h3>
167183
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">protocolVersion</span>()</div>

spongeapi/17.0.0-SNAPSHOT/org/spongepowered/api/event/cause/entity/MovementTypes.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ <h2>Field Summary</h2>
128128
<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="MovementType.html" title="interface in org.spongepowered.api.event.cause.entity">MovementType</a>&gt;</code></div>
129129
<div class="col-second odd-row-color"><code><a href="#PORTAL" class="member-name-link">PORTAL</a></code></div>
130130
<div class="col-last odd-row-color">&nbsp;</div>
131+
<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="MovementType.html" title="interface in org.spongepowered.api.event.cause.entity">MovementType</a>&gt;</code></div>
132+
<div class="col-second even-row-color"><code><a href="#SPECTATOR" class="member-name-link">SPECTATOR</a></code></div>
133+
<div class="col-last even-row-color">&nbsp;</div>
131134
</div>
132135
</section>
133136
</li>
@@ -210,6 +213,12 @@ <h3>PORTAL</h3>
210213
<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="MovementType.html" title="interface in org.spongepowered.api.event.cause.entity">MovementType</a>&gt;</span>&nbsp;<span class="element-name">PORTAL</span></div>
211214
</section>
212215
</li>
216+
<li>
217+
<section class="detail" id="SPECTATOR">
218+
<h3>SPECTATOR</h3>
219+
<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="MovementType.html" title="interface in org.spongepowered.api.event.cause.entity">MovementType</a>&gt;</span>&nbsp;<span class="element-name">SPECTATOR</span></div>
220+
</section>
221+
</li>
213222
</ul>
214223
</section>
215224
</li>

spongeapi/17.0.0-SNAPSHOT/org/spongepowered/api/event/server/ClientPingServerEvent.Response.Version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2>Method Summary</h2>
128128
</div>
129129
<div class="inherited-list">
130130
<h3 id="methods-inherited-from-class-org.spongepowered.api.MinecraftVersion">Methods inherited from interface&nbsp;org.spongepowered.api.<a href="../../MinecraftVersion.html" title="interface in org.spongepowered.api">MinecraftVersion</a></h3>
131-
<code><a href="../../MinecraftVersion.html#compareTo(org.spongepowered.api.MinecraftVersion)">compareTo</a>, <a href="../../MinecraftVersion.html#dataVersion()">dataVersion</a>, <a href="../../MinecraftVersion.html#isLegacy()">isLegacy</a>, <a href="../../MinecraftVersion.html#name()">name</a>, <a href="../../MinecraftVersion.html#protocolVersion()">protocolVersion</a></code></div>
131+
<code><a href="../../MinecraftVersion.html#compareTo(org.spongepowered.api.MinecraftVersion)">compareTo</a>, <a href="../../MinecraftVersion.html#dataVersion()">dataVersion</a>, <a href="../../MinecraftVersion.html#id()">id</a>, <a href="../../MinecraftVersion.html#isLegacy()">isLegacy</a>, <a href="../../MinecraftVersion.html#name()">name</a>, <a href="../../MinecraftVersion.html#protocolVersion()">protocolVersion</a></code></div>
132132
</section>
133133
</li>
134134
</ul>

0 commit comments

Comments
 (0)