Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 13.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spongie-jd[bot] committed Dec 29, 2024
1 parent 345b85b commit 4b8474b
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
32 changes: 32 additions & 0 deletions spongeapi/13.0.0-SNAPSHOT/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,42 @@ <h1 title="Deprecated API" class="title">Deprecated API</h1>
</div>
<h2 title="Contents">Contents</h2>
<ul class="contents-list">
<li id="contents-for-removal"><a href="#for-removal">Terminally Deprecated</a></li>
<li id="contents-field"><a href="#field">Fields</a></li>
<li id="contents-method"><a href="#method">Methods</a></li>
</ul>
<ul class="block-list">
<li>
<div id="for-removal">
<div class="caption"><span>Terminally Deprecated Elements</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Element</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING_TRANSIENT">org.spongepowered.api.entity.EntityTypes.CREAKING_TRANSIENT</a></div>
<div class="col-last even-row-color">
<div class="block">Use <a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING"><code>EntityTypes.CREAKING</code></a> and add a <a href="org/spongepowered/api/data/Keys.html#HOME_POSITION"><code>Keys.HOME_POSITION</code></a> value to the entity.</div>
</div>
</div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div id="field">
<div class="caption"><span>Deprecated Fields</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING_TRANSIENT">org.spongepowered.api.entity.EntityTypes.CREAKING_TRANSIENT</a></div>
<div class="col-last even-row-color">
<div class="block">Use <a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING"><code>EntityTypes.CREAKING</code></a> and add a <a href="org/spongepowered/api/data/Keys.html#HOME_POSITION"><code>Keys.HOME_POSITION</code></a> value to the entity.</div>
</div>
</div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div id="method">
<div class="caption"><span>Deprecated Methods</span></div>
<div class="summary-table two-column-summary">
Expand Down
6 changes: 5 additions & 1 deletion spongeapi/13.0.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -11596,7 +11596,11 @@ <h2 class="title" id="I:C">C</h2>
<dt><a href="org/spongepowered/api/item/ItemTypes.html#CREAKING_SPAWN_EGG" class="member-name-link">CREAKING_SPAWN_EGG</a> - Static variable in class org.spongepowered.api.item.<a href="org/spongepowered/api/item/ItemTypes.html" title="class in org.spongepowered.api.item">ItemTypes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING_TRANSIENT" class="member-name-link">CREAKING_TRANSIENT</a> - Static variable in class org.spongepowered.api.entity.<a href="org/spongepowered/api/entity/EntityTypes.html" title="class in org.spongepowered.api.entity">EntityTypes</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated, for removal: This API element is subject to removal in a future version.</span>
<div class="deprecation-comment">Use <a href="org/spongepowered/api/entity/EntityTypes.html#CREAKING"><code>EntityTypes.CREAKING</code></a> and add a <a href="org/spongepowered/api/data/Keys.html#HOME_POSITION"><code>Keys.HOME_POSITION</code></a> value to the entity.</div>
</div>
</dd>
<dt><a href="org/spongepowered/api/block/entity/CreakingHeart.html" class="type-name-link" title="interface in org.spongepowered.api.block.entity">CreakingHeart</a> - Interface in <a href="org/spongepowered/api/block/entity/package-summary.html">org.spongepowered.api.block.entity</a></dt>
<dd>
<div class="block">Represents a CreakingHeart block entity.</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ <h2>Field Summary</h2>
<div class="col-last odd-row-color">&nbsp;</div>
<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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creaking.html" title="interface in org.spongepowered.api.entity.living.monster">Creaking</a>&gt;&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CREAKING_TRANSIENT" class="member-name-link">CREAKING_TRANSIENT</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated, for removal: This API element is subject to removal in a future version.</span>
<div class="deprecation-comment">Use <a href="#CREAKING"><code>CREAKING</code></a> and add a <a href="../data/Keys.html#HOME_POSITION"><code>Keys.HOME_POSITION</code></a> value to the entity.</div>
</div>
</div>
<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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creeper.html" title="interface in org.spongepowered.api.entity.living.monster">Creeper</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#CREEPER" class="member-name-link">CREEPER</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
Expand Down Expand Up @@ -769,13 +773,19 @@ <h3>COW</h3>
<li>
<section class="detail" id="CREAKING">
<h3>CREAKING</h3>
<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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creaking.html" title="interface in org.spongepowered.api.entity.living.monster">Creaking</a>&gt;&gt;</span>&nbsp;<span class="element-name">CREAKING</span></div>
<div class="member-signature"><span class="annotations">@Experimental
</span><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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creaking.html" title="interface in org.spongepowered.api.entity.living.monster">Creaking</a>&gt;&gt;</span>&nbsp;<span class="element-name">CREAKING</span></div>
</section>
</li>
<li>
<section class="detail" id="CREAKING_TRANSIENT">
<h3>CREAKING_TRANSIENT</h3>
<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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creaking.html" title="interface in org.spongepowered.api.entity.living.monster">Creaking</a>&gt;&gt;</span>&nbsp;<span class="element-name">CREAKING_TRANSIENT</span></div>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html#forRemoval()" title="class or interface in java.lang" class="external-link">forRemoval</a>=true,
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html#since()" title="class or interface in java.lang" class="external-link">since</a>="13")
</span><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="EntityType.html" title="interface in org.spongepowered.api.entity">EntityType</a>&lt;<a href="living/monster/Creaking.html" title="interface in org.spongepowered.api.entity.living.monster">Creaking</a>&gt;&gt;</span>&nbsp;<span class="element-name">CREAKING_TRANSIENT</span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated, for removal: This API element is subject to removal in a future version.</span>
<div class="deprecation-comment">Use <a href="#CREAKING"><code>CREAKING</code></a> and add a <a href="../data/Keys.html#HOME_POSITION"><code>Keys.HOME_POSITION</code></a> value to the entity.</div>
</div>
</section>
</li>
<li>
Expand Down

0 comments on commit 4b8474b

Please sign in to comment.