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 Jun 4, 2024
1 parent 844802a commit 16816ea
Show file tree
Hide file tree
Showing 13 changed files with 2,483 additions and 2,318 deletions.
2,296 changes: 1,150 additions & 1,146 deletions spongeapi/11.0.0-SNAPSHOT/allclasses-index.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions spongeapi/11.0.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -12019,6 +12019,10 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">The custom name of an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a>, <a href="org/spongepowered/api/item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a> or <a href="org/spongepowered/api/block/entity/BlockEntity.html" title="interface in org.spongepowered.api.block.entity"><code>BlockEntity</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#CUSTOM_POTION_EFFECTS" class="member-name-link">CUSTOM_POTION_EFFECTS</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 custom potion effects that are stored on an <a href="org/spongepowered/api/item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/data/persistence/Queries.html#CUSTOM_REPLACEMENT" class="member-name-link">CUSTOM_REPLACEMENT</a> - Static variable in class org.spongepowered.api.data.persistence.<a href="org/spongepowered/api/data/persistence/Queries.html" title="class in org.spongepowered.api.data.persistence">Queries</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/adventure/ResolveOperations.html#CUSTOM_TRANSLATIONS" class="member-name-link">CUSTOM_TRANSLATIONS</a> - Static variable in class org.spongepowered.api.adventure.<a href="org/spongepowered/api/adventure/ResolveOperations.html" title="class in org.spongepowered.api.adventure">ResolveOperations</a></dt>
Expand Down Expand Up @@ -34745,6 +34749,10 @@ <h2 class="title" id="I:P">P</h2>
<div class="block">Represents a possible type of <a href="org/spongepowered/api/effect/potion/PotionEffect.html" title="interface in org.spongepowered.api.effect.potion"><code>PotionEffect</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/effect/potion/PotionEffectTypes.html" class="type-name-link" title="class in org.spongepowered.api.effect.potion">PotionEffectTypes</a> - Class in <a href="org/spongepowered/api/effect/potion/package-summary.html">org.spongepowered.api.effect.potion</a></dt>
<dt><a href="org/spongepowered/api/item/inventory/slot/PotionSlot.html" class="type-name-link" title="interface in org.spongepowered.api.item.inventory.slot">PotionSlot</a> - Interface in <a href="org/spongepowered/api/item/inventory/slot/package-summary.html">org.spongepowered.api.item.inventory.slot</a></dt>
<dd>
<div class="block">An inventory slot which can only contain potions.</div>
</dd>
<dt><a href="org/spongepowered/api/effect/potion/PotionEffect.Builder.html#potionType(java.util.function.Supplier)" class="member-name-link">potionType(Supplier&lt;? extends PotionEffectType&gt;)</a> - Method in interface org.spongepowered.api.effect.potion.<a href="org/spongepowered/api/effect/potion/PotionEffect.Builder.html" title="interface in org.spongepowered.api.effect.potion">PotionEffect.Builder</a></dt>
<dd>
<div class="block">Sets the <a href="org/spongepowered/api/effect/potion/PotionEffectType.html" title="interface in org.spongepowered.api.effect.potion"><code>PotionEffectType</code></a> of the potion.</div>
Expand Down
2 changes: 1 addition & 1 deletion spongeapi/11.0.0-SNAPSHOT/member-search-index.js

Large diffs are not rendered by default.

2,338 changes: 1,175 additions & 1,163 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.

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 title="Interface Inventory" class="title">Interface Inventory</h1>
</dl>
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="type/BlockEntityInventory.html" title="interface in org.spongepowered.api.item.inventory.type">BlockEntityInventory</a>&lt;T&gt;</code>, <code><a href="type/CarriedInventory.html" title="interface in org.spongepowered.api.item.inventory.type">CarriedInventory</a>&lt;C&gt;</code>, <code><a href="Container.html" title="interface in org.spongepowered.api.item.inventory">Container</a></code>, <code><a href="crafting/CraftingGridInventory.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingGridInventory</a></code>, <code><a href="crafting/CraftingInventory.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingInventory</a></code>, <code><a href="crafting/CraftingOutput.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingOutput</a></code>, <code><a href="EmptyInventory.html" title="interface in org.spongepowered.api.item.inventory">EmptyInventory</a></code>, <code><a href="equipment/EquipmentInventory.html" title="interface in org.spongepowered.api.item.inventory.equipment">EquipmentInventory</a></code>, <code><a href="slot/EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="slot/FilteringSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FilteringSlot</a></code>, <code><a href="slot/FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="type/GridInventory.html" title="interface in org.spongepowered.api.item.inventory.type">GridInventory</a></code>, <code><a href="entity/Hotbar.html" title="interface in org.spongepowered.api.item.inventory.entity">Hotbar</a></code>, <code><a href="slot/InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code>, <code><a href="type/Inventory2D.html" title="interface in org.spongepowered.api.item.inventory.type">Inventory2D</a></code>, <code><a href="type/InventoryColumn.html" title="interface in org.spongepowered.api.item.inventory.type">InventoryColumn</a></code>, <code><a href="type/InventoryRow.html" title="interface in org.spongepowered.api.item.inventory.type">InventoryRow</a></code>, <code><a href="slot/OutputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">OutputSlot</a></code>, <code><a href="type/PersistentInventory.html" title="interface in org.spongepowered.api.item.inventory.type">PersistentInventory</a></code>, <code><a href="entity/PlayerInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">PlayerInventory</a></code>, <code><a href="entity/PrimaryPlayerInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">PrimaryPlayerInventory</a></code>, <code><a href="slot/SidedSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">SidedSlot</a></code>, <code><a href="Slot.html" title="interface in org.spongepowered.api.item.inventory">Slot</a></code>, <code><a href="entity/UserInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">UserInventory</a></code>, <code><a href="type/ViewableInventory.html" title="interface in org.spongepowered.api.item.inventory.type">ViewableInventory</a></code>, <code><a href="type/ViewableInventory.Custom.html" title="interface in org.spongepowered.api.item.inventory.type">ViewableInventory.Custom</a></code></dd>
<dd><code><a href="type/BlockEntityInventory.html" title="interface in org.spongepowered.api.item.inventory.type">BlockEntityInventory</a>&lt;T&gt;</code>, <code><a href="type/CarriedInventory.html" title="interface in org.spongepowered.api.item.inventory.type">CarriedInventory</a>&lt;C&gt;</code>, <code><a href="Container.html" title="interface in org.spongepowered.api.item.inventory">Container</a></code>, <code><a href="crafting/CraftingGridInventory.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingGridInventory</a></code>, <code><a href="crafting/CraftingInventory.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingInventory</a></code>, <code><a href="crafting/CraftingOutput.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingOutput</a></code>, <code><a href="EmptyInventory.html" title="interface in org.spongepowered.api.item.inventory">EmptyInventory</a></code>, <code><a href="equipment/EquipmentInventory.html" title="interface in org.spongepowered.api.item.inventory.equipment">EquipmentInventory</a></code>, <code><a href="slot/EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="slot/FilteringSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FilteringSlot</a></code>, <code><a href="slot/FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="type/GridInventory.html" title="interface in org.spongepowered.api.item.inventory.type">GridInventory</a></code>, <code><a href="entity/Hotbar.html" title="interface in org.spongepowered.api.item.inventory.entity">Hotbar</a></code>, <code><a href="slot/InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code>, <code><a href="type/Inventory2D.html" title="interface in org.spongepowered.api.item.inventory.type">Inventory2D</a></code>, <code><a href="type/InventoryColumn.html" title="interface in org.spongepowered.api.item.inventory.type">InventoryColumn</a></code>, <code><a href="type/InventoryRow.html" title="interface in org.spongepowered.api.item.inventory.type">InventoryRow</a></code>, <code><a href="slot/OutputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">OutputSlot</a></code>, <code><a href="type/PersistentInventory.html" title="interface in org.spongepowered.api.item.inventory.type">PersistentInventory</a></code>, <code><a href="entity/PlayerInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">PlayerInventory</a></code>, <code><a href="slot/PotionSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">PotionSlot</a></code>, <code><a href="entity/PrimaryPlayerInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">PrimaryPlayerInventory</a></code>, <code><a href="slot/SidedSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">SidedSlot</a></code>, <code><a href="Slot.html" title="interface in org.spongepowered.api.item.inventory">Slot</a></code>, <code><a href="entity/UserInventory.html" title="interface in org.spongepowered.api.item.inventory.entity">UserInventory</a></code>, <code><a href="type/ViewableInventory.html" title="interface in org.spongepowered.api.item.inventory.type">ViewableInventory</a></code>, <code><a href="type/ViewableInventory.Custom.html" title="interface in org.spongepowered.api.item.inventory.type">ViewableInventory.Custom</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">Inventory</span><span class="extends-implements">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 title="Interface Slot" class="title">Interface Slot</h1>
</dl>
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="crafting/CraftingOutput.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingOutput</a></code>, <code><a href="slot/EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="slot/FilteringSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FilteringSlot</a></code>, <code><a href="slot/FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="slot/InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code>, <code><a href="slot/OutputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">OutputSlot</a></code>, <code><a href="slot/SidedSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">SidedSlot</a></code></dd>
<dd><code><a href="crafting/CraftingOutput.html" title="interface in org.spongepowered.api.item.inventory.crafting">CraftingOutput</a></code>, <code><a href="slot/EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="slot/FilteringSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FilteringSlot</a></code>, <code><a href="slot/FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="slot/InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code>, <code><a href="slot/OutputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">OutputSlot</a></code>, <code><a href="slot/PotionSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">PotionSlot</a></code>, <code><a href="slot/SidedSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">SidedSlot</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">Slot</span><span class="extends-implements">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 title="Interface FilteringSlot" class="title">Interface FilteringSlot</h1>
</dl>
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code></dd>
<dd><code><a href="EquipmentSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">EquipmentSlot</a></code>, <code><a href="FuelSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">FuelSlot</a></code>, <code><a href="InputSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">InputSlot</a></code>, <code><a href="PotionSlot.html" title="interface in org.spongepowered.api.item.inventory.slot">PotionSlot</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">FilteringSlot</span><span class="extends-implements">
Expand Down
Loading

0 comments on commit 16816ea

Please sign in to comment.