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-jd[bot] committed May 26, 2024
1 parent 6174365 commit 27c1b75
Show file tree
Hide file tree
Showing 10 changed files with 1,136 additions and 399 deletions.
7 changes: 7 additions & 0 deletions spongeapi/11.0.0-SNAPSHOT/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5898,6 +5898,13 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Represents a <a href="org/spongepowered/api/entity/vehicle/minecart/Minecart.html" title="interface in org.spongepowered.api.entity.vehicle.minecart"><code>Minecart</code></a> with a <a href="org/spongepowered/api/block/BlockTypes.html#TNT"><code>BlockTypes.TNT</code></a> in it.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ToolRule.html" title="interface in org.spongepowered.api.data.type">ToolRule</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">A tool rule that applied via <a href="org/spongepowered/api/data/Keys.html#TOOL_RULES"><code>Keys.TOOL_RULES</code></a> to an <a href="org/spongepowered/api/item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a>
determines what <a href="org/spongepowered/api/block/BlockType.html" title="interface in org.spongepowered.api.block"><code>block types</code></a> can be mined at what speed and whether they drop items.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ToolRule.Factory.html" title="interface in org.spongepowered.api.data.type">ToolRule.Factory</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/world/volume/game/TrackedVolume.html" title="interface in org.spongepowered.api.world.volume.game">TrackedVolume</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/item/merchant/TradeOffer.html" title="interface in org.spongepowered.api.item.merchant">TradeOffer</a></div>
Expand Down
83 changes: 83 additions & 0 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.

845 changes: 448 additions & 397 deletions spongeapi/11.0.0-SNAPSHOT/org/spongepowered/api/data/Keys.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,13 @@ <h1 title="Package org.spongepowered.api.data.type" class="title">Package org.sp
<div class="col-last even-row-color class-summary class-summary-tab1">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="Tilts.html" title="class in org.spongepowered.api.data.type">Tilts</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ToolRule.html" title="interface in org.spongepowered.api.data.type">ToolRule</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">A tool rule that applied via <a href="../Keys.html#TOOL_RULES"><code>Keys.TOOL_RULES</code></a> to an <a href="../../item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a>
determines what <a href="../../block/BlockType.html" title="interface in org.spongepowered.api.block"><code>block types</code></a> can be mined at what speed and whether they drop items.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ToolRule.Factory.html" title="interface in org.spongepowered.api.data.type">ToolRule.Factory</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="TropicalFishShape.html" title="interface in org.spongepowered.api.data.type">TropicalFishShape</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the shape of a <a href="../../entity/living/aquatic/fish/school/TropicalFish.html" title="interface in org.spongepowered.api.entity.living.aquatic.fish.school"><code>TropicalFish</code></a>.</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
</ul>
</li>
<li class="circle">org.spongepowered.api.data.type.<a href="FrogType.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">FrogType</a></li>
<li class="circle">org.spongepowered.api.data.type.<a href="ToolRule.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">ToolRule</a></li>
<li class="circle">org.spongepowered.api.data.type.<a href="ToolRule.Factory.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">ToolRule.Factory</a></li>
</ul>
</section>
</main>
Expand Down
2 changes: 2 additions & 0 deletions spongeapi/11.0.0-SNAPSHOT/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -9196,6 +9196,8 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<li class="circle">org.spongepowered.api.world.server.<a href="org/spongepowered/api/world/server/TicketType.html" class="type-name-link" title="interface in org.spongepowered.api.world.server">TicketType</a>&lt;T&gt;</li>
<li class="circle">org.spongepowered.api.util.<a href="org/spongepowered/api/util/Ticks.html" class="type-name-link" title="interface in org.spongepowered.api.util">Ticks</a></li>
<li class="circle">org.spongepowered.api.util.<a href="org/spongepowered/api/util/Ticks.Factory.html" class="type-name-link" title="interface in org.spongepowered.api.util">Ticks.Factory</a></li>
<li class="circle">org.spongepowered.api.data.type.<a href="org/spongepowered/api/data/type/ToolRule.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">ToolRule</a></li>
<li class="circle">org.spongepowered.api.data.type.<a href="org/spongepowered/api/data/type/ToolRule.Factory.html" class="type-name-link" title="interface in org.spongepowered.api.data.type">ToolRule.Factory</a></li>
<li class="circle">org.spongepowered.api.service.economy.transaction.<a href="org/spongepowered/api/service/economy/transaction/TransactionResult.html" class="type-name-link" title="interface in org.spongepowered.api.service.economy.transaction">TransactionResult</a>
<ul>
<li class="circle">org.spongepowered.api.service.economy.transaction.<a href="org/spongepowered/api/service/economy/transaction/TransferResult.html" class="type-name-link" title="interface in org.spongepowered.api.service.economy.transaction">TransferResult</a></li>
Expand Down
2 changes: 1 addition & 1 deletion spongeapi/11.0.0-SNAPSHOT/type-search-index.js

Large diffs are not rendered by default.

0 comments on commit 27c1b75

Please sign in to comment.