Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 11.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongie committed Oct 13, 2023
1 parent 532a672 commit cd9c9ff
Show file tree
Hide file tree
Showing 244 changed files with 4,023 additions and 2,890 deletions.
2,736 changes: 1,370 additions & 1,366 deletions spongeapi/11.0.0-SNAPSHOT/allclasses-index.html

Large diffs are not rendered by default.

52 changes: 46 additions & 6 deletions spongeapi/11.0.0-SNAPSHOT/index-all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spongeapi/11.0.0-SNAPSHOT/member-search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>protocolVersion</h3>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="https://minecraft.fandom.com/wiki/Protocol_version">Protocol version (Minecraft Wiki)</a></li>
<li><a href="https://minecraft.wiki/w/Protocol_version">Protocol version (Minecraft Wiki)</a></li>
</ul>
</dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3>CHALLENGE</h3>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="https://minecraft.gamepedia.com/File:ChallengeComplete.png">
<li><a href="https://minecraft.wiki/w/File:ChallengeComplete.png">
the Minecraft Wiki for an example of this advancement type</a></li>
</ul>
</dd>
Expand All @@ -165,7 +165,7 @@ <h3>GOAL</h3>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="https://minecraft.gamepedia.com/File:GoalReached.png">
<li><a href="https://minecraft.wiki/w/File:GoalReached.png">
the Minecraft Wiki for an example of this advancement type</a></li>
</ul>
</dd>
Expand All @@ -181,7 +181,7 @@ <h3>TASK</h3>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="https://minecraft.gamepedia.com/File:AdvancementMade.png">
<li><a href="https://minecraft.wiki/w/File:AdvancementMade.png">
the Minecraft Wiki for an example of this advancement type</a></li>
</ul>
</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>Method Summary</h2>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>&lt;T extends <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">FilteredTriggerConfiguration</a>&gt;<br><a href="Trigger.Builder.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger.Builder</a>&lt;T&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#jsonSerializableConfig(java.lang.Class,com.google.gson.Gson)" class="member-name-link">jsonSerializableConfig</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;T&gt;&nbsp;configClass,
<a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link">Gson</a>&nbsp;gson)</code></div>
<a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link">Gson</a>&nbsp;gson)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the class for the <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger"><code>FilteredTriggerConfiguration</code></a> as
a json serializable.</div>
Expand Down Expand Up @@ -359,10 +359,10 @@ <h3>typeSerializableConfig</h3>
<h3>jsonSerializableConfig</h3>
<div class="member-signature"><span class="type-parameters">&lt;T extends <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">FilteredTriggerConfiguration</a>&gt;</span>
<span class="return-type"><a href="Trigger.Builder.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger.Builder</a>&lt;T&gt;</span>&nbsp;<span class="element-name">jsonSerializableConfig</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;T&gt;&nbsp;configClass,
<a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link">Gson</a>&nbsp;gson)</span></div>
<a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link">Gson</a>&nbsp;gson)</span></div>
<div class="block">Sets the class for the <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger"><code>FilteredTriggerConfiguration</code></a> as
a json serializable. This configuration will be constructed using
the provided <a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link"><code>Gson</code></a> instance.</div>
the provided <a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link"><code>Gson</code></a> instance.</div>
<dl class="notes">
<dt>Type Parameters:</dt>
<dd><code>T</code> - The configuration type</dd>
Expand All @@ -381,7 +381,7 @@ <h3>jsonSerializableConfig</h3>
<span class="return-type"><a href="Trigger.Builder.html" title="interface in org.spongepowered.api.advancement.criteria.trigger">Trigger.Builder</a>&lt;T&gt;</span>&nbsp;<span class="element-name">jsonSerializableConfig</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;T&gt;&nbsp;configClass)</span></div>
<div class="block">Sets the class for the <a href="FilteredTriggerConfiguration.html" title="interface in org.spongepowered.api.advancement.criteria.trigger"><code>FilteredTriggerConfiguration</code></a> as
a json serializable. This configuration will be constructed using
the default <a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link"><code>Gson</code></a> instance.</div>
the default <a href="https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1/com.google.gson/com/google/gson/Gson.html" title="class or interface in com.google.gson" class="external-link"><code>Gson</code></a> instance.</div>
<dl class="notes">
<dt>Type Parameters:</dt>
<dd><code>T</code> - The configuration type</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,28 +114,33 @@ <h2>Method Summary</h2>
<div class="block">Gets if this BlockType is set to receive random block ticks.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isAnyOf(java.util.function.Supplier...)" class="member-name-link">isAnyOf</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a>&lt;? extends <a href="BlockType.html" title="interface in org.spongepowered.api.block">BlockType</a>&gt;...&nbsp;types)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#hasBlockEntity()" class="member-name-link">hasBlockEntity</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns true if this type is any of the given block types</div>
<div class="block">Returns true if this type will have a block entity when placed in the world</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isAnyOf(org.spongepowered.api.block.BlockType...)" class="member-name-link">isAnyOf</a><wbr>(<a href="BlockType.html" title="interface in org.spongepowered.api.block">BlockType</a>...&nbsp;types)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isAnyOf(java.util.function.Supplier...)" class="member-name-link">isAnyOf</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Supplier.html" title="class or interface in java.util.function" class="external-link">Supplier</a>&lt;? extends <a href="BlockType.html" title="interface in org.spongepowered.api.block">BlockType</a>&gt;...&nbsp;types)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns true if this type is any of the given block types</div>
</div>
<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/17/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a>&lt;<a href="../item/ItemType.html" title="interface in org.spongepowered.api.item">ItemType</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#item()" class="member-name-link">item</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isAnyOf(org.spongepowered.api.block.BlockType...)" class="member-name-link">isAnyOf</a><wbr>(<a href="BlockType.html" title="interface in org.spongepowered.api.block">BlockType</a>...&nbsp;types)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Return the <a href="../item/ItemType.html" title="interface in org.spongepowered.api.item"><code>ItemType</code></a> that represents this block.</div>
<div class="block">Returns true if this type is any of the given block types</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setUpdateRandomly(boolean)" class="member-name-link">setUpdateRandomly</a><wbr>(boolean&nbsp;updateRandomly)</code></div>
<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/17/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a>&lt;<a href="../item/ItemType.html" title="interface in org.spongepowered.api.item">ItemType</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#item()" class="member-name-link">item</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets if the BlockType should receive random block updates.</div>
<div class="block">Return the <a href="../item/ItemType.html" title="interface in org.spongepowered.api.item"><code>ItemType</code></a> that represents this block.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="BlockSoundGroup.html" title="interface in org.spongepowered.api.block">BlockSoundGroup</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#soundGroup()" class="member-name-link">soundGroup</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setUpdateRandomly(boolean)" class="member-name-link">setUpdateRandomly</a><wbr>(boolean&nbsp;updateRandomly)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets if the BlockType should receive random block updates.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="BlockSoundGroup.html" title="interface in org.spongepowered.api.block">BlockSoundGroup</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#soundGroup()" class="member-name-link">soundGroup</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the <a href="BlockSoundGroup.html" title="interface in org.spongepowered.api.block"><code>BlockSoundGroup</code></a> for this block.</div>
</div>
</div>
Expand Down Expand Up @@ -244,6 +249,17 @@ <h3>isAnyOf</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="hasBlockEntity()">
<h3>hasBlockEntity</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">hasBlockEntity</span>()</div>
<div class="block">Returns true if this type will have a block entity when placed in the world</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>true if this type will have a block entity when placed in the world</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3>blockEntityData</h3>
is called.

<p>The format used for this container follows the
<a href="https://minecraft.gamepedia.com/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
<a href="https://minecraft.wiki/w/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
and can be customized based on the origination of the <a href="BlockEntity.html" title="interface in org.spongepowered.api.block.entity"><code>BlockEntity</code></a>.
If the block entity originates from a content-adding mod, the format could
vary based on it's implementation and may change at any time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h3>blockEntityData</h3>
generated block entity. Note that this is a copied container.

<p>The format used for this container follows the
<a href="https://minecraft.gamepedia.com/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
<a href="https://minecraft.wiki/w/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
and can be customized based on the origination of the <a href="BlockEntity.html" title="interface in org.spongepowered.api.block.entity"><code>BlockEntity</code></a>.
If the block entity originates from a content-adding mod, the format could
vary based on it's implementation and may change at any time.
Expand All @@ -244,7 +244,7 @@ <h3>setRawData</h3>
values are not used as those are dependent on usage.

<p>The format used for this container follows the
<a href="https://minecraft.gamepedia.com/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
<a href="https://minecraft.wiki/w/Chunk_format#Block_entity_format">Mojang ChunkFormat for BlockEntities.</a>,
and can be customized based on the origination of the <a href="BlockEntity.html" title="interface in org.spongepowered.api.block.entity"><code>BlockEntity</code></a>.
If the block entity originates from a content-adding mod, the format could
vary based on it's implementation and may change at any time.
Expand Down
Loading

0 comments on commit cd9c9ff

Please sign in to comment.