Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 12.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spongie-jd[bot] committed Nov 24, 2024
1 parent 34b8fc0 commit c374aa0
Show file tree
Hide file tree
Showing 193 changed files with 904 additions and 788 deletions.
24 changes: 24 additions & 0 deletions spongeapi/12.1.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6450,6 +6450,14 @@ <h2 class="title" id="I:B">B</h2>
<div class="block">Gets the bound <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/InetSocketAddress.html" title="class or interface in java.net" class="external-link"><code>InetSocketAddress</code></a> from where this server is
accepting connections.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#BOUNDING_BOX_BASE_SIZE" class="member-name-link">BOUNDING_BOX_BASE_SIZE</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 width of the interactable form of an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#BOUNDING_BOX_HEIGHT" class="member-name-link">BOUNDING_BOX_HEIGHT</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 height of the interactable form of an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/entity/Entity.html#boundingBox()" class="member-name-link">boundingBox()</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">Gets the entity's bounding box, usually for collisions and interaction.</div>
Expand All @@ -6458,6 +6466,14 @@ <h2 class="title" id="I:B">B</h2>
<dd>
<div class="block">The <a href="org/spongepowered/api/util/AABB.html" title="interface in org.spongepowered.api.util"><code>AABB</code></a> of this portal if it has one.</div>
</dd>
<dt><a href="org/spongepowered/api/entity/Entity.html#boundingBoxBaseSize()" class="member-name-link">boundingBoxBaseSize()</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#BOUNDING_BOX_BASE_SIZE"><code>Keys.BOUNDING_BOX_BASE_SIZE</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/entity/Entity.html#boundingBoxHeight()" class="member-name-link">boundingBoxHeight()</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#BOUNDING_BOX_HEIGHT"><code>Keys.BOUNDING_BOX_HEIGHT</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/data/type/ArtTypes.html#BOUQUET" class="member-name-link">BOUQUET</a> - Static variable in class org.spongepowered.api.data.type.<a href="org/spongepowered/api/data/type/ArtTypes.html" title="class in org.spongepowered.api.data.type">ArtTypes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/item/ItemTypes.html#BOW" class="member-name-link">BOW</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>
Expand Down Expand Up @@ -27965,6 +27981,10 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block">Returns the <a href="org/spongepowered/api/entity/living/animal/Animal.html" title="interface in org.spongepowered.api.entity.living.animal"><code>Animal</code></a> this entity will mate with.</div>
</dd>
<dt><a href="org/spongepowered/api/entity/display/DisplayEntity.html#matrix()" class="member-name-link">matrix()</a> - Method in interface org.spongepowered.api.entity.display.<a href="org/spongepowered/api/entity/display/DisplayEntity.html" title="interface in org.spongepowered.api.entity.display">DisplayEntity</a></dt>
<dd>
<div class="block">Returns the matrix.</div>
</dd>
<dt><a href="org/spongepowered/api/util/DiscreteTransform2.html#matrix()" class="member-name-link">matrix()</a> - Method in class org.spongepowered.api.util.<a href="org/spongepowered/api/util/DiscreteTransform2.html" title="class in org.spongepowered.api.util">DiscreteTransform2</a></dt>
<dd>
<div class="block">Returns the matrix representation of the transform.</div>
Expand All @@ -27973,6 +27993,10 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block">Returns the matrix representation of the transform.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#MATRIX" class="member-name-link">MATRIX</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 <a href="https://jd.spongepowered.org/math/2.0.1/org.spongepowered.math/org/spongepowered/math/matrix/Matrix4d.html" title="class or interface in org.spongepowered.math.matrix" class="external-link"><code>Matrix4d</code></a> of a <a href="org/spongepowered/api/entity/display/DisplayEntity.html" title="interface in org.spongepowered.api.entity.display"><code>DisplayEntity</code></a></div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#MATTER_TYPE" class="member-name-link">MATTER_TYPE</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 matter state of a <a href="org/spongepowered/api/block/BlockState.html" title="interface in org.spongepowered.api.block"><code>BlockState</code></a>
Expand Down
2 changes: 1 addition & 1 deletion spongeapi/12.1.0-SNAPSHOT/member-search-index.js

Large diffs are not rendered by default.

Loading

0 comments on commit c374aa0

Please sign in to comment.