Skip to content

Commit 09c827d

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 14.0.0-SNAPSHOT
1 parent c833108 commit 09c827d

File tree

7 files changed

+57
-25
lines changed

7 files changed

+57
-25
lines changed

spongeapi/14.0.0-SNAPSHOT/index-all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,6 +2500,12 @@ <h2 class="title" id="I:A">A</h2>
25002500
<dd>
25012501
<div class="block">Generates a utility <a href="org/spongepowered/api/registry/RegistryReference.html" title="interface in org.spongepowered.api.registry"><code>reference</code></a> used to assist in querying a value from this key</div>
25022502
</dd>
2503+
<dt><a href="org/spongepowered/api/registry/RegistryKey.html#asScopedReference()" class="member-name-link">asScopedReference()</a> - Method in interface org.spongepowered.api.registry.<a href="org/spongepowered/api/registry/RegistryKey.html" title="interface in org.spongepowered.api.registry">RegistryKey</a></dt>
2504+
<dd>
2505+
<div class="block">Generates a utility <a href="org/spongepowered/api/registry/DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry"><code>reference</code></a> used to assist in querying a value from this key.</div>
2506+
</dd>
2507+
<dt><a href="org/spongepowered/api/registry/RegistryType.html#asScopedType()" class="member-name-link">asScopedType()</a> - Method in interface org.spongepowered.api.registry.<a href="org/spongepowered/api/registry/RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a></dt>
2508+
<dd>&nbsp;</dd>
25032509
<dt><a href="org/spongepowered/api/data/type/ArtType.Builder.html#asset(org.spongepowered.api.ResourceKey)" class="member-name-link">asset(ResourceKey)</a> - Method in interface org.spongepowered.api.data.type.<a href="org/spongepowered/api/data/type/ArtType.Builder.html" title="interface in org.spongepowered.api.data.type">ArtType.Builder</a></dt>
25042510
<dd>&nbsp;</dd>
25052511
<dt><a href="org/spongepowered/api/service/permission/PermissionDescription.Builder.html#assign(java.lang.String,boolean)" class="member-name-link">assign(String, boolean)</a> - Method in interface org.spongepowered.api.service.permission.<a href="org/spongepowered/api/service/permission/PermissionDescription.Builder.html" title="interface in org.spongepowered.api.service.permission">PermissionDescription.Builder</a></dt>

spongeapi/14.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/14.0.0-SNAPSHOT/org/spongepowered/api/registry/DefaultedRegistryReference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>Method Summary</h2>
142142
</div>
143143
<div class="inherited-list">
144144
<h3 id="methods-inherited-from-class-org.spongepowered.api.registry.RegistryKey">Methods inherited from interface&nbsp;org.spongepowered.api.registry.<a href="RegistryKey.html" title="interface in org.spongepowered.api.registry">RegistryKey</a></h3>
145-
<code><a href="RegistryKey.html#asDefaultedReference(java.util.function.Supplier)">asDefaultedReference</a>, <a href="RegistryKey.html#asReference()">asReference</a>, <a href="RegistryKey.html#location()">location</a>, <a href="RegistryKey.html#registry()">registry</a></code></div>
145+
<code><a href="RegistryKey.html#asDefaultedReference(java.util.function.Supplier)">asDefaultedReference</a>, <a href="RegistryKey.html#asReference()">asReference</a>, <a href="RegistryKey.html#asScopedReference()">asScopedReference</a>, <a href="RegistryKey.html#location()">location</a>, <a href="RegistryKey.html#registry()">registry</a></code></div>
146146
<div class="inherited-list">
147147
<h3 id="methods-inherited-from-class-org.spongepowered.api.registry.RegistryReference">Methods inherited from interface&nbsp;org.spongepowered.api.registry.<a href="RegistryReference.html" title="interface in org.spongepowered.api.registry">RegistryReference</a></h3>
148148
<code><a href="RegistryReference.html#find(org.spongepowered.api.registry.RegistryHolder...)">find</a>, <a href="RegistryReference.html#get(org.spongepowered.api.registry.RegistryHolder...)">get</a></code></div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/registry/DefaultedRegistryType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Method Summary</h2>
133133
</div>
134134
<div class="inherited-list">
135135
<h3 id="methods-inherited-from-class-org.spongepowered.api.registry.RegistryType">Methods inherited from interface&nbsp;org.spongepowered.api.registry.<a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a></h3>
136-
<code><a href="RegistryType.html#asDefaultedType(java.util.function.Supplier)">asDefaultedType</a>, <a href="RegistryType.html#keyFor(org.spongepowered.api.registry.RegistryHolder,T)">keyFor</a>, <a href="RegistryType.html#location()">location</a>, <a href="RegistryType.html#referenced(org.spongepowered.api.ResourceKey)">referenced</a>, <a href="RegistryType.html#root()">root</a></code></div>
136+
<code><a href="RegistryType.html#asDefaultedType(java.util.function.Supplier)">asDefaultedType</a>, <a href="RegistryType.html#asScopedType()">asScopedType</a>, <a href="RegistryType.html#keyFor(org.spongepowered.api.registry.RegistryHolder,T)">keyFor</a>, <a href="RegistryType.html#location()">location</a>, <a href="RegistryType.html#referenced(org.spongepowered.api.ResourceKey)">referenced</a>, <a href="RegistryType.html#root()">root</a></code></div>
137137
</section>
138138
</li>
139139
</ul>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/registry/RegistryKey.html

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,23 @@ <h2>Method Summary</h2>
138138
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
139139
<div class="block">Generates a utility <a href="RegistryReference.html" title="interface in org.spongepowered.api.registry"><code>reference</code></a> used to assist in querying a value from this key</div>
140140
</div>
141-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
142-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#location()" class="member-name-link">location</a>()</code></div>
141+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>&lt;V extends <a href="RegistryKey.html" title="type parameter in RegistryKey">T</a>&gt;<br><a href="DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a><wbr>&lt;V&gt;</code></div>
142+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#asScopedReference()" class="member-name-link">asScopedReference</a>()</code></div>
143143
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
144+
<div class="block">Generates a utility <a href="DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry"><code>reference</code></a> used to assist in querying a value from this key.</div>
145+
</div>
146+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
147+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#location()" class="member-name-link">location</a>()</code></div>
148+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
144149
<div class="block">Gets the <a href="../ResourceKey.html" title="interface in org.spongepowered.api"><code>key</code></a> defining the id.</div>
145150
</div>
146-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static &lt;T&gt;&nbsp;<a href="RegistryKey.html" title="interface in org.spongepowered.api.registry">RegistryKey</a><wbr>&lt;T&gt;</code></div>
147-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#of(org.spongepowered.api.registry.RegistryType,org.spongepowered.api.ResourceKey)" class="member-name-link">of</a><wbr>(<a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a>&lt;T&gt;&nbsp;registry,
151+
<div class="col-first even-row-color method-summary-table method-summary-table-tab1"><code>static &lt;T&gt;&nbsp;<a href="RegistryKey.html" title="interface in org.spongepowered.api.registry">RegistryKey</a><wbr>&lt;T&gt;</code></div>
152+
<div class="col-second even-row-color method-summary-table method-summary-table-tab1"><code><a href="#of(org.spongepowered.api.registry.RegistryType,org.spongepowered.api.ResourceKey)" class="member-name-link">of</a><wbr>(<a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a>&lt;T&gt;&nbsp;registry,
148153
<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;location)</code></div>
149-
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
150-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a><wbr>&lt;<a href="RegistryKey.html" title="type parameter in RegistryKey">T</a>&gt;</code></div>
151-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#registry()" class="member-name-link">registry</a>()</code></div>
152-
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
154+
<div class="col-last even-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
155+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a><wbr>&lt;<a href="RegistryKey.html" title="type parameter in RegistryKey">T</a>&gt;</code></div>
156+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#registry()" class="member-name-link">registry</a>()</code></div>
157+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
153158
<div class="block">Gets the <a href="RegistryType.html" title="interface in org.spongepowered.api.registry"><code>location</code></a> defining the parent registry.</div>
154159
</div>
155160
</div>
@@ -218,6 +223,18 @@ <h3>asDefaultedReference</h3>
218223
</dl>
219224
</section>
220225
</li>
226+
<li>
227+
<section class="detail" id="asScopedReference()">
228+
<h3>asScopedReference</h3>
229+
<div class="member-signature"><span class="type-parameters">&lt;V extends <a href="RegistryKey.html" title="type parameter in RegistryKey">T</a>&gt;</span>&nbsp;<span class="return-type"><a href="DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryReference</a>&lt;V&gt;</span>&nbsp;<span class="element-name">asScopedReference</span>()</div>
230+
<div class="block">Generates a utility <a href="DefaultedRegistryReference.html" title="interface in org.spongepowered.api.registry"><code>reference</code></a> used to assist in querying a value from this key.
231+
This uses the current Cause to determine the <a href="RegistryHolder.html" title="interface in org.spongepowered.api.registry"><code>RegistryHolder</code></a></div>
232+
<dl class="notes">
233+
<dt>Returns:</dt>
234+
<dd>The reference</dd>
235+
</dl>
236+
</section>
237+
</li>
221238
</ul>
222239
</section>
223240
</li>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/registry/RegistryReference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Method Summary</h2>
152152
</div>
153153
<div class="inherited-list">
154154
<h3 id="methods-inherited-from-class-org.spongepowered.api.registry.RegistryKey">Methods inherited from interface&nbsp;org.spongepowered.api.registry.<a href="RegistryKey.html" title="interface in org.spongepowered.api.registry">RegistryKey</a></h3>
155-
<code><a href="RegistryKey.html#asDefaultedReference(java.util.function.Supplier)">asDefaultedReference</a>, <a href="RegistryKey.html#asReference()">asReference</a>, <a href="RegistryKey.html#location()">location</a>, <a href="RegistryKey.html#registry()">registry</a></code></div>
155+
<code><a href="RegistryKey.html#asDefaultedReference(java.util.function.Supplier)">asDefaultedReference</a>, <a href="RegistryKey.html#asReference()">asReference</a>, <a href="RegistryKey.html#asScopedReference()">asScopedReference</a>, <a href="RegistryKey.html#location()">location</a>, <a href="RegistryKey.html#registry()">registry</a></code></div>
156156
</section>
157157
</li>
158158
</ul>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/registry/RegistryType.html

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,23 +126,26 @@ <h2>Method Summary</h2>
126126
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
127127
<div class="block">Gets a utility <a href="DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry"><code>defaulted type</code></a> for easier querying of the intention of where the registry is contained.</div>
128128
</div>
129-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
130-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#keyFor(org.spongepowered.api.registry.RegistryHolder,T)" class="member-name-link">keyFor</a><wbr>(<a href="RegistryHolder.html" title="interface in org.spongepowered.api.registry">RegistryHolder</a>&nbsp;holder,
129+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>&lt;V&gt;&nbsp;<a href="DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryType</a><wbr>&lt;V&gt;</code></div>
130+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#asScopedType()" class="member-name-link">asScopedType</a>()</code></div>
131+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
132+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
133+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#keyFor(org.spongepowered.api.registry.RegistryHolder,T)" class="member-name-link">keyFor</a><wbr>(<a href="RegistryHolder.html" title="interface in org.spongepowered.api.registry">RegistryHolder</a>&nbsp;holder,
131134
<a href="RegistryType.html" title="type parameter in RegistryType">T</a>&nbsp;value)</code></div>
132-
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
133-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
134-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#location()" class="member-name-link">location</a>()</code></div>
135-
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
136-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static &lt;T&gt;&nbsp;<a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a><wbr>&lt;T&gt;</code></div>
137-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#of(org.spongepowered.api.ResourceKey,org.spongepowered.api.ResourceKey)" class="member-name-link">of</a><wbr>(<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;root,
138-
<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;location)</code></div>
139-
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
140-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="RegistryReference.html" title="interface in org.spongepowered.api.registry">RegistryReference</a><wbr>&lt;<a href="RegistryType.html" title="type parameter in RegistryType">T</a>&gt;</code></div>
141-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#referenced(org.spongepowered.api.ResourceKey)" class="member-name-link">referenced</a><wbr>(<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;key)</code></div>
142135
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
143136
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
144-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#root()" class="member-name-link">root</a>()</code></div>
137+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#location()" class="member-name-link">location</a>()</code></div>
145138
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
139+
<div class="col-first even-row-color method-summary-table method-summary-table-tab1"><code>static &lt;T&gt;&nbsp;<a href="RegistryType.html" title="interface in org.spongepowered.api.registry">RegistryType</a><wbr>&lt;T&gt;</code></div>
140+
<div class="col-second even-row-color method-summary-table method-summary-table-tab1"><code><a href="#of(org.spongepowered.api.ResourceKey,org.spongepowered.api.ResourceKey)" class="member-name-link">of</a><wbr>(<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;root,
141+
<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;location)</code></div>
142+
<div class="col-last even-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
143+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="RegistryReference.html" title="interface in org.spongepowered.api.registry">RegistryReference</a><wbr>&lt;<a href="RegistryType.html" title="type parameter in RegistryType">T</a>&gt;</code></div>
144+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#referenced(org.spongepowered.api.ResourceKey)" class="member-name-link">referenced</a><wbr>(<a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a>&nbsp;key)</code></div>
145+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
146+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../ResourceKey.html" title="interface in org.spongepowered.api">ResourceKey</a></code></div>
147+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#root()" class="member-name-link">root</a>()</code></div>
148+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
146149
</div>
147150
</div>
148151
</div>
@@ -204,6 +207,12 @@ <h3>asDefaultedType</h3>
204207
</dl>
205208
</section>
206209
</li>
210+
<li>
211+
<section class="detail" id="asScopedType()">
212+
<h3>asScopedType</h3>
213+
<div class="member-signature"><span class="type-parameters">&lt;V&gt;</span>&nbsp;<span class="return-type"><a href="DefaultedRegistryType.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryType</a>&lt;V&gt;</span>&nbsp;<span class="element-name">asScopedType</span>()</div>
214+
</section>
215+
</li>
207216
</ul>
208217
</section>
209218
</li>

0 commit comments

Comments
 (0)