Skip to content

Commit 5a600ba

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 12.1.0-SNAPSHOT
1 parent c6007a3 commit 5a600ba

File tree

7 files changed

+40
-20
lines changed

7 files changed

+40
-20
lines changed

spongeapi/12.1.0-SNAPSHOT/index-all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22810,6 +22810,10 @@ <h2 class="title" id="I:I">I</h2>
2281022810
<div class="block">Sets the icon of the advancement with the
2281122811
specified <a href="org/spongepowered/api/item/ItemType.html" title="interface in org.spongepowered.api.item"><code>ItemType</code></a>.</div>
2281222812
</dd>
22813+
<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>
22814+
<dd>
22815+
<div class="block">Gets the id of this Minecraft version.</div>
22816+
</dd>
2281322817
<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>
2281422818
<dd>&nbsp;</dd>
2281522819
<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>

spongeapi/12.1.0-SNAPSHOT/legal/jqueryUI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## jQuery UI v1.13.2
1+
## jQuery UI v1.14.1
22

33
### jQuery UI License
44
```
5-
Copyright jQuery Foundation and other contributors, https://jquery.org/
5+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
66
77
This software consists of voluntary contributions made by many
88
individuals. For exact contribution history, see the revision history

spongeapi/12.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/12.1.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/12.1.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>

spongeapi/12.1.0-SNAPSHOT/script-dir/jquery-ui.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spongeapi/12.1.0-SNAPSHOT/script-dir/jquery-ui.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)