Skip to content

Commit e4e99ec

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

Some content is hidden

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

62 files changed

+3946
-2841
lines changed

spongeapi/14.1.0-SNAPSHOT/allclasses-index.html

Lines changed: 2707 additions & 2699 deletions
Large diffs are not rendered by default.

spongeapi/14.1.0-SNAPSHOT/index-all.html

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

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/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/14.1.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.18.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/14.1.0-SNAPSHOT/org/spongepowered/api/data/type/DyeColor.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface DyeColor" class="title">Interface DyeColor</h1>
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="DyeColor.html" title="interface in org.spongepowered.api.data.type">DyeColor</a>&gt;</code></dd>
91+
<dd><code><a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="DyeColor.html" title="interface in org.spongepowered.api.data.type">DyeColor</a>&gt;</code>, <code><a href="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="DyeColors.html" title="class in org.spongepowered.api.data.type">DyeColors.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">DyeColor</span><span class="extends-implements">
96-
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="DyeColor.html" title="interface in org.spongepowered.api.data.type">DyeColor</a>&gt;</span></div>
96+
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="DyeColor.html" title="interface in org.spongepowered.api.data.type">DyeColor</a>&gt;, <a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></span></div>
9797
<div class="block">Represents a color of dye that can be used by various items and blocks.</div>
9898
</section>
9999
<section class="summary">
@@ -120,6 +120,9 @@ <h2>Method Summary</h2>
120120
<div class="inherited-list">
121121
<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>
122122
<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>
123+
<div class="inherited-list">
124+
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.type.StringRepresentable">Methods inherited from interface&nbsp;org.spongepowered.api.data.type.<a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></h3>
125+
<code><a href="StringRepresentable.html#serializationString()">serializationString</a></code></div>
123126
</section>
124127
</li>
125128
</ul>

spongeapi/14.1.0-SNAPSHOT/org/spongepowered/api/data/type/FoxType.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface FoxType" class="title">Interface FoxType</h1>
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="FoxType.html" title="interface in org.spongepowered.api.data.type">FoxType</a>&gt;</code></dd>
91+
<dd><code><a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="FoxType.html" title="interface in org.spongepowered.api.data.type">FoxType</a>&gt;</code>, <code><a href="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="FoxTypes.html" title="class in org.spongepowered.api.data.type">FoxTypes.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">FoxType</span><span class="extends-implements">
96-
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="FoxType.html" title="interface in org.spongepowered.api.data.type">FoxType</a>&gt;</span></div>
96+
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="FoxType.html" title="interface in org.spongepowered.api.data.type">FoxType</a>&gt;, <a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></span></div>
9797
<div class="block">Represents a type of fox a fox is.</div>
9898
</section>
9999
<section class="summary">
@@ -105,6 +105,9 @@ <h2>Method Summary</h2>
105105
<div class="inherited-list">
106106
<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>
107107
<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>
108+
<div class="inherited-list">
109+
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.type.StringRepresentable">Methods inherited from interface&nbsp;org.spongepowered.api.data.type.<a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></h3>
110+
<code><a href="StringRepresentable.html#serializationString()">serializationString</a></code></div>
108111
</section>
109112
</li>
110113
</ul>

spongeapi/14.1.0-SNAPSHOT/org/spongepowered/api/data/type/HorseColor.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface HorseColor" class="title">Interface HorseColor</h1>
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="HorseColor.html" title="interface in org.spongepowered.api.data.type">HorseColor</a>&gt;</code></dd>
91+
<dd><code><a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="HorseColor.html" title="interface in org.spongepowered.api.data.type">HorseColor</a>&gt;</code>, <code><a href="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="HorseColors.html" title="class in org.spongepowered.api.data.type">HorseColors.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">HorseColor</span><span class="extends-implements">
96-
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="HorseColor.html" title="interface in org.spongepowered.api.data.type">HorseColor</a>&gt;</span></div>
96+
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="HorseColor.html" title="interface in org.spongepowered.api.data.type">HorseColor</a>&gt;, <a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></span></div>
9797
<div class="block">Represents the color of a <a href="../../entity/living/animal/horse/Horse.html" title="interface in org.spongepowered.api.entity.living.animal.horse"><code>Horse</code></a>.
9898
<p>The color of a horse is a genetic trait that can be inherited to a new born horse.</p></div>
9999
</section>
@@ -106,6 +106,9 @@ <h2>Method Summary</h2>
106106
<div class="inherited-list">
107107
<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>
108108
<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>
109+
<div class="inherited-list">
110+
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.type.StringRepresentable">Methods inherited from interface&nbsp;org.spongepowered.api.data.type.<a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></h3>
111+
<code><a href="StringRepresentable.html#serializationString()">serializationString</a></code></div>
109112
</section>
110113
</li>
111114
</ul>

spongeapi/14.1.0-SNAPSHOT/org/spongepowered/api/data/type/LlamaType.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1 title="Interface LlamaType" class="title">Interface LlamaType</h1>
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="LlamaType.html" title="interface in org.spongepowered.api.data.type">LlamaType</a>&gt;</code></dd>
91+
<dd><code><a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="LlamaType.html" title="interface in org.spongepowered.api.data.type">LlamaType</a>&gt;</code>, <code><a href="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="LlamaTypes.html" title="class in org.spongepowered.api.data.type">LlamaTypes.class</a>)
9595
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">LlamaType</span><span class="extends-implements">
96-
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="LlamaType.html" title="interface in org.spongepowered.api.data.type">LlamaType</a>&gt;</span></div>
96+
extends <a href="../../registry/DefaultedRegistryValue.html" title="interface in org.spongepowered.api.registry">DefaultedRegistryValue</a>&lt;<a href="LlamaType.html" title="interface in org.spongepowered.api.data.type">LlamaType</a>&gt;, <a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></span></div>
9797
</section>
9898
<section class="summary">
9999
<ul class="summary-list">
@@ -104,6 +104,9 @@ <h2>Method Summary</h2>
104104
<div class="inherited-list">
105105
<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>
106106
<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>
107+
<div class="inherited-list">
108+
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.type.StringRepresentable">Methods inherited from interface&nbsp;org.spongepowered.api.data.type.<a href="StringRepresentable.html" title="interface in org.spongepowered.api.data.type">StringRepresentable</a></h3>
109+
<code><a href="StringRepresentable.html#serializationString()">serializationString</a></code></div>
107110
</section>
108111
</li>
109112
</ul>

0 commit comments

Comments
 (0)