Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 10.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongie committed Oct 12, 2023
1 parent 67b936a commit 85fc52c
Show file tree
Hide file tree
Showing 231 changed files with 2,367 additions and 1,469 deletions.
20 changes: 20 additions & 0 deletions spongeapi/10.1.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -18946,6 +18946,14 @@ <h2 class="title" id="I:F">F</h2>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/world/biome/Biomes.html#FROZEN_RIVER" class="member-name-link">FROZEN_RIVER</a> - Static variable in class org.spongepowered.api.world.biome.<a href="org/spongepowered/api/world/biome/Biomes.html" title="class in org.spongepowered.api.world.biome">Biomes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#FROZEN_TIME" class="member-name-link">FROZEN_TIME</a> - Static variable in class org.spongepowered.api.data.<a href="org/spongepowered/api/data/Keys.html" title="class in org.spongepowered.api.data">Keys</a></dt>
<dd>
<div class="block">The time (in ticks) an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a> is frozen.</div>
</dd>
<dt><a href="org/spongepowered/api/entity/Entity.html#frozenTime()" class="member-name-link">frozenTime()</a> - Method in interface org.spongepowered.api.entity.<a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity">Entity</a></dt>
<dd>
<div class="block"><a href="org/spongepowered/api/data/Keys.html#FROZEN_TIME"><code>Keys.FROZEN_TIME</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/data/type/DripstoneSegments.html#FRUSTUM" class="member-name-link">FRUSTUM</a> - Static variable in class org.spongepowered.api.data.type.<a href="org/spongepowered/api/data/type/DripstoneSegments.html" title="class in org.spongepowered.api.data.type">DripstoneSegments</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/effect/sound/PitchModulation.html#FSHARP0" class="member-name-link">FSHARP0</a> - Static variable in class org.spongepowered.api.effect.sound.<a href="org/spongepowered/api/effect/sound/PitchModulation.html" title="class in org.spongepowered.api.effect.sound">PitchModulation</a></dt>
Expand Down Expand Up @@ -20837,6 +20845,10 @@ <h2 class="title" id="I:H">H</h2>
<div class="block">Returns true if this location has a block at its
<a href="org/spongepowered/api/world/Location.html#blockPosition()"><code>Location.blockPosition()</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/block/BlockType.html#hasBlockEntity()" class="member-name-link">hasBlockEntity()</a> - Method in interface org.spongepowered.api.block.<a href="org/spongepowered/api/block/BlockType.html" title="interface in org.spongepowered.api.block">BlockType</a></dt>
<dd>
<div class="block">Returns true if this type will have a block entity when placed in the world</div>
</dd>
<dt><a href="org/spongepowered/api/world/Location.html#hasBlockEntity()" class="member-name-link">hasBlockEntity()</a> - Method in interface org.spongepowered.api.world.<a href="org/spongepowered/api/world/Location.html" title="interface in org.spongepowered.api.world">Location</a></dt>
<dd>
<div class="block">Checks for whether the block at this location contains block entity data.</div>
Expand Down Expand Up @@ -26898,6 +26910,10 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block">The maximum food level of a <a href="org/spongepowered/api/entity/living/Humanoid.html" title="interface in org.spongepowered.api.entity.living"><code>Humanoid</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#MAX_FROZEN_TIME" class="member-name-link">MAX_FROZEN_TIME</a> - Static variable in class org.spongepowered.api.data.<a href="org/spongepowered/api/data/Keys.html" title="class in org.spongepowered.api.data">Keys</a></dt>
<dd>
<div class="block">The frozen time after which an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a> is completely frozen.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#MAX_HEALTH" class="member-name-link">MAX_HEALTH</a> - Static variable in class org.spongepowered.api.data.<a href="org/spongepowered/api/data/Keys.html" title="class in org.spongepowered.api.data">Keys</a></dt>
<dd>
<div class="block">The maximum health of a <a href="org/spongepowered/api/entity/living/Living.html" title="interface in org.spongepowered.api.entity.living"><code>Living</code></a>.</div>
Expand Down Expand Up @@ -26963,6 +26979,10 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block"><a href="org/spongepowered/api/data/Keys.html#MAX_FOOD_LEVEL"><code>Keys.MAX_FOOD_LEVEL</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/entity/Entity.html#maxFrozenTime()" class="member-name-link">maxFrozenTime()</a> - Method in interface org.spongepowered.api.entity.<a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity">Entity</a></dt>
<dd>
<div class="block"><a href="org/spongepowered/api/data/Keys.html#MAX_FROZEN_TIME"><code>Keys.MAX_FROZEN_TIME</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/entity/living/Living.html#maxHealth()" class="member-name-link">maxHealth()</a> - Method in interface org.spongepowered.api.entity.living.<a href="org/spongepowered/api/entity/living/Living.html" title="interface in org.spongepowered.api.entity.living">Living</a></dt>
<dd>
<div class="block"><a href="org/spongepowered/api/data/Keys.html#MAX_HEALTH"><code>Keys.MAX_HEALTH</code></a></div>
Expand Down
2 changes: 1 addition & 1 deletion spongeapi/10.1.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 @@ -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 @@ -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 85fc52c

Please sign in to comment.