Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/SpongeAPI 12.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spongie-jd[bot] committed Jun 28, 2024
1 parent 211b4a1 commit 00b9dcb
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 147 deletions.
8 changes: 8 additions & 0 deletions spongeapi/12.0.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -45399,8 +45399,16 @@ <h2 class="title" id="I:T">T</h2>
<dd>
<div class="block">Teleports an <a href="org/spongepowered/api/entity/Entity.html" title="interface in org.spongepowered.api.entity"><code>Entity</code></a> through this <a href="org/spongepowered/api/world/portal/PortalLogic.html" title="interface in org.spongepowered.api.world.portal"><code>portal</code></a>.</div>
</dd>
<dt><a href="org/spongepowered/api/data/Keys.html#TELEPORT_DURATION" class="member-name-link">TELEPORT_DURATION</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 teleport duration 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/registry/RegistryTypes.html#TELEPORT_HELPER_FILTER" class="member-name-link">TELEPORT_HELPER_FILTER</a> - Static variable in class org.spongepowered.api.registry.<a href="org/spongepowered/api/registry/RegistryTypes.html" title="class in org.spongepowered.api.registry">RegistryTypes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/spongepowered/api/entity/display/DisplayEntity.html#teleportDuration()" class="member-name-link">teleportDuration()</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 duration of the teleportation</div>
</dd>
<dt><a href="org/spongepowered/api/Server.html#teleportHelper()" class="member-name-link">teleportHelper()</a> - Method in interface org.spongepowered.api.<a href="org/spongepowered/api/Server.html" title="interface in org.spongepowered.api">Server</a></dt>
<dd>
<div class="block">Gets the <a href="org/spongepowered/api/world/teleport/TeleportHelper.html" title="interface in org.spongepowered.api.world.teleport"><code>TeleportHelper</code></a>, used to find safe <a href="org/spongepowered/api/world/server/ServerLocation.html" title="interface in org.spongepowered.api.world.server"><code>ServerLocation</code></a>s.</div>
Expand Down
2 changes: 1 addition & 1 deletion spongeapi/12.0.0-SNAPSHOT/member-search-index.js

Large diffs are not rendered by default.

288 changes: 150 additions & 138 deletions spongeapi/12.0.0-SNAPSHOT/org/spongepowered/api/data/Keys.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.data.persistence.Data
<code><a href="../../data/persistence/DataSerializable.html#contentVersion()">contentVersion</a>, <a href="../../data/persistence/DataSerializable.html#toContainer()">toContainer</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.spongepowered.api.entity.display.DisplayEntity">Methods inherited from interface&nbsp;org.spongepowered.api.entity.display.<a href="DisplayEntity.html" title="interface in org.spongepowered.api.entity.display">DisplayEntity</a></h3>
<code><a href="DisplayEntity.html#billboardType()">billboardType</a>, <a href="DisplayEntity.html#blockLight()">blockLight</a>, <a href="DisplayEntity.html#interpolationDelay()">interpolationDelay</a>, <a href="DisplayEntity.html#interpolationDuration()">interpolationDuration</a>, <a href="DisplayEntity.html#shadowRadius()">shadowRadius</a>, <a href="DisplayEntity.html#shadowStrength()">shadowStrength</a>, <a href="DisplayEntity.html#skyLight()">skyLight</a>, <a href="DisplayEntity.html#transform()">transform</a>, <a href="DisplayEntity.html#viewRange()">viewRange</a></code></div>
<code><a href="DisplayEntity.html#billboardType()">billboardType</a>, <a href="DisplayEntity.html#blockLight()">blockLight</a>, <a href="DisplayEntity.html#interpolationDelay()">interpolationDelay</a>, <a href="DisplayEntity.html#interpolationDuration()">interpolationDuration</a>, <a href="DisplayEntity.html#shadowRadius()">shadowRadius</a>, <a href="DisplayEntity.html#shadowStrength()">shadowStrength</a>, <a href="DisplayEntity.html#skyLight()">skyLight</a>, <a href="DisplayEntity.html#teleportDuration()">teleportDuration</a>, <a href="DisplayEntity.html#transform()">transform</a>, <a href="DisplayEntity.html#viewRange()">viewRange</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.spongepowered.api.entity.Entity">Methods inherited from interface&nbsp;org.spongepowered.api.entity.<a href="../Entity.html" title="interface in org.spongepowered.api.entity">Entity</a></h3>
<code><a href="../Entity.html#age()">age</a>, <a href="../Entity.html#asHoverEvent(java.util.function.UnaryOperator)">asHoverEvent</a>, <a href="../Entity.html#baseSize()">baseSize</a>, <a href="../Entity.html#baseVehicle()">baseVehicle</a>, <a href="../Entity.html#boundingBox()">boundingBox</a>, <a href="../Entity.html#canSee(org.spongepowered.api.entity.Entity)">canSee</a>, <a href="../Entity.html#copy()">copy</a>, <a href="../Entity.html#createArchetype()">createArchetype</a>, <a href="../Entity.html#createSnapshot()">createSnapshot</a>, <a href="../Entity.html#creator()">creator</a>, <a href="../Entity.html#customName()">customName</a>, <a href="../Entity.html#customNameVisible()">customNameVisible</a>, <a href="../Entity.html#damage(double,java.util.function.Supplier)">damage</a>, <a href="../Entity.html#damage(double,org.spongepowered.api.event.cause.entity.damage.source.DamageSource)">damage</a>, <a href="../Entity.html#direction()">direction</a>, <a href="../Entity.html#displayName()">displayName</a>, <a href="../Entity.html#eyeHeight()">eyeHeight</a>, <a href="../Entity.html#eyePosition()">eyePosition</a>, <a href="../Entity.html#fallDistance()">fallDistance</a>, <a href="../Entity.html#fireImmuneTicks()">fireImmuneTicks</a>, <a href="../Entity.html#fireTicks()">fireTicks</a>, <a href="../Entity.html#frozenTime()">frozenTime</a>, <a href="../Entity.html#glowing()">glowing</a>, <a href="../Entity.html#gravityAffected()">gravityAffected</a>, <a href="../Entity.html#height()">height</a>, <a href="../Entity.html#invisible()">invisible</a>, <a href="../Entity.html#invulnerabilityTicks()">invulnerabilityTicks</a>, <a href="../Entity.html#invulnerable()">invulnerable</a>, <a href="../Entity.html#isLoaded()">isLoaded</a>, <a href="../Entity.html#isRemoved()">isRemoved</a>, <a href="../Entity.html#isTransient()">isTransient</a>, <a href="../Entity.html#lookAt(org.spongepowered.math.vector.Vector3d)">lookAt</a>, <a href="../Entity.html#maxAir()">maxAir</a>, <a href="../Entity.html#maxFrozenTime()">maxFrozenTime</a>, <a href="../Entity.html#nearbyEntities(double)">nearbyEntities</a>, <a href="../Entity.html#nearbyEntities(double,java.util.function.Predicate)">nearbyEntities</a>, <a href="../Entity.html#notifier()">notifier</a>, <a href="../Entity.html#onGround()">onGround</a>, <a href="../Entity.html#passengers()">passengers</a>, <a href="../Entity.html#position()">position</a>, <a href="../Entity.html#remainingAir()">remainingAir</a>, <a href="../Entity.html#remove()">remove</a>, <a href="../Entity.html#rotation()">rotation</a>, <a href="../Entity.html#scale()">scale</a>, <a href="../Entity.html#scoreboardTags()">scoreboardTags</a>, <a href="../Entity.html#setLocation(org.spongepowered.api.world.server.ServerLocation)">setLocation</a>, <a href="../Entity.html#setLocationAndRotation(org.spongepowered.api.world.server.ServerLocation,org.spongepowered.math.vector.Vector3d)">setLocationAndRotation</a>, <a href="../Entity.html#setLocationAndRotation(org.spongepowered.api.world.server.ServerLocation,org.spongepowered.math.vector.Vector3d,java.util.EnumSet)">setLocationAndRotation</a>, <a href="../Entity.html#setPosition(org.spongepowered.math.vector.Vector3d)">setPosition</a>, <a href="../Entity.html#setRotation(org.spongepowered.math.vector.Vector3d)">setRotation</a>, <a href="../Entity.html#setScale(org.spongepowered.math.vector.Vector3d)">setScale</a>, <a href="../Entity.html#setTransform(org.spongepowered.api.util.Transform)">setTransform</a>, <a href="../Entity.html#silent()">silent</a>, <a href="../Entity.html#sneaking()">sneaking</a>, <a href="../Entity.html#sprinting()">sprinting</a>, <a href="../Entity.html#swiftness()">swiftness</a>, <a href="../Entity.html#transferToWorld(org.spongepowered.api.world.server.ServerWorld)">transferToWorld</a>, <a href="../Entity.html#transferToWorld(org.spongepowered.api.world.server.ServerWorld,org.spongepowered.math.vector.Vector3d)">transferToWorld</a>, <a href="../Entity.html#type()">type</a>, <a href="../Entity.html#vanishState()">vanishState</a>, <a href="../Entity.html#vehicle()">vehicle</a>, <a href="../Entity.html#velocity()">velocity</a>, <a href="../Entity.html#wet()">wet</a></code></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,19 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Returns the skylight override.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="../../util/Transform.html" title="interface in org.spongepowered.api.util">Transform</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#transform()" class="member-name-link">transform</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="../../util/Ticks.html" title="interface in org.spongepowered.api.util">Ticks</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#teleportDuration()" class="member-name-link">teleportDuration</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Returns the transform.</div>
<div class="block">Returns the duration of the teleportation</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#viewRange()" class="member-name-link">viewRange</a>()</code></div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="../../util/Transform.html" title="interface in org.spongepowered.api.util">Transform</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#transform()" class="member-name-link">transform</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Returns the transform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#viewRange()" class="member-name-link">viewRange</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Returns the range at which the display entity is rendered.</div>
</div>
</div>
Expand Down Expand Up @@ -258,6 +263,17 @@ <h3>interpolationDelay</h3>
</section>
</li>
<li>
<section class="detail" id="teleportDuration()">
<h3>teleportDuration</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="../../util/Ticks.html" title="interface in org.spongepowered.api.util">Ticks</a></span>&nbsp;<span class="element-name">teleportDuration</span>()</div>
<div class="block">Returns the duration of the teleportation</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the duration of the teleportation</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="billboardType()">
<h3>billboardType</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="BillboardType.html" title="interface in org.spongepowered.api.entity.display">BillboardType</a></span>&nbsp;<span class="element-name">billboardType</span>()</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.data.persistence.Data
<code><a href="../../data/persistence/DataSerializable.html#contentVersion()">contentVersion</a>, <a href="../../data/persistence/DataSerializable.html#toContainer()">toContainer</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.spongepowered.api.entity.display.DisplayEntity">Methods inherited from interface&nbsp;org.spongepowered.api.entity.display.<a href="DisplayEntity.html" title="interface in org.spongepowered.api.entity.display">DisplayEntity</a></h3>
<code><a href="DisplayEntity.html#billboardType()">billboardType</a>, <a href="DisplayEntity.html#blockLight()">blockLight</a>, <a href="DisplayEntity.html#interpolationDelay()">interpolationDelay</a>, <a href="DisplayEntity.html#interpolationDuration()">interpolationDuration</a>, <a href="DisplayEntity.html#shadowRadius()">shadowRadius</a>, <a href="DisplayEntity.html#shadowStrength()">shadowStrength</a>, <a href="DisplayEntity.html#skyLight()">skyLight</a>, <a href="DisplayEntity.html#transform()">transform</a>, <a href="DisplayEntity.html#viewRange()">viewRange</a></code></div>
<code><a href="DisplayEntity.html#billboardType()">billboardType</a>, <a href="DisplayEntity.html#blockLight()">blockLight</a>, <a href="DisplayEntity.html#interpolationDelay()">interpolationDelay</a>, <a href="DisplayEntity.html#interpolationDuration()">interpolationDuration</a>, <a href="DisplayEntity.html#shadowRadius()">shadowRadius</a>, <a href="DisplayEntity.html#shadowStrength()">shadowStrength</a>, <a href="DisplayEntity.html#skyLight()">skyLight</a>, <a href="DisplayEntity.html#teleportDuration()">teleportDuration</a>, <a href="DisplayEntity.html#transform()">transform</a>, <a href="DisplayEntity.html#viewRange()">viewRange</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.spongepowered.api.entity.Entity">Methods inherited from interface&nbsp;org.spongepowered.api.entity.<a href="../Entity.html" title="interface in org.spongepowered.api.entity">Entity</a></h3>
<code><a href="../Entity.html#age()">age</a>, <a href="../Entity.html#asHoverEvent(java.util.function.UnaryOperator)">asHoverEvent</a>, <a href="../Entity.html#baseSize()">baseSize</a>, <a href="../Entity.html#baseVehicle()">baseVehicle</a>, <a href="../Entity.html#boundingBox()">boundingBox</a>, <a href="../Entity.html#canSee(org.spongepowered.api.entity.Entity)">canSee</a>, <a href="../Entity.html#copy()">copy</a>, <a href="../Entity.html#createArchetype()">createArchetype</a>, <a href="../Entity.html#createSnapshot()">createSnapshot</a>, <a href="../Entity.html#creator()">creator</a>, <a href="../Entity.html#customName()">customName</a>, <a href="../Entity.html#customNameVisible()">customNameVisible</a>, <a href="../Entity.html#damage(double,java.util.function.Supplier)">damage</a>, <a href="../Entity.html#damage(double,org.spongepowered.api.event.cause.entity.damage.source.DamageSource)">damage</a>, <a href="../Entity.html#direction()">direction</a>, <a href="../Entity.html#displayName()">displayName</a>, <a href="../Entity.html#eyeHeight()">eyeHeight</a>, <a href="../Entity.html#eyePosition()">eyePosition</a>, <a href="../Entity.html#fallDistance()">fallDistance</a>, <a href="../Entity.html#fireImmuneTicks()">fireImmuneTicks</a>, <a href="../Entity.html#fireTicks()">fireTicks</a>, <a href="../Entity.html#frozenTime()">frozenTime</a>, <a href="../Entity.html#glowing()">glowing</a>, <a href="../Entity.html#gravityAffected()">gravityAffected</a>, <a href="../Entity.html#height()">height</a>, <a href="../Entity.html#invisible()">invisible</a>, <a href="../Entity.html#invulnerabilityTicks()">invulnerabilityTicks</a>, <a href="../Entity.html#invulnerable()">invulnerable</a>, <a href="../Entity.html#isLoaded()">isLoaded</a>, <a href="../Entity.html#isRemoved()">isRemoved</a>, <a href="../Entity.html#isTransient()">isTransient</a>, <a href="../Entity.html#lookAt(org.spongepowered.math.vector.Vector3d)">lookAt</a>, <a href="../Entity.html#maxAir()">maxAir</a>, <a href="../Entity.html#maxFrozenTime()">maxFrozenTime</a>, <a href="../Entity.html#nearbyEntities(double)">nearbyEntities</a>, <a href="../Entity.html#nearbyEntities(double,java.util.function.Predicate)">nearbyEntities</a>, <a href="../Entity.html#notifier()">notifier</a>, <a href="../Entity.html#onGround()">onGround</a>, <a href="../Entity.html#passengers()">passengers</a>, <a href="../Entity.html#position()">position</a>, <a href="../Entity.html#remainingAir()">remainingAir</a>, <a href="../Entity.html#remove()">remove</a>, <a href="../Entity.html#rotation()">rotation</a>, <a href="../Entity.html#scale()">scale</a>, <a href="../Entity.html#scoreboardTags()">scoreboardTags</a>, <a href="../Entity.html#setLocation(org.spongepowered.api.world.server.ServerLocation)">setLocation</a>, <a href="../Entity.html#setLocationAndRotation(org.spongepowered.api.world.server.ServerLocation,org.spongepowered.math.vector.Vector3d)">setLocationAndRotation</a>, <a href="../Entity.html#setLocationAndRotation(org.spongepowered.api.world.server.ServerLocation,org.spongepowered.math.vector.Vector3d,java.util.EnumSet)">setLocationAndRotation</a>, <a href="../Entity.html#setPosition(org.spongepowered.math.vector.Vector3d)">setPosition</a>, <a href="../Entity.html#setRotation(org.spongepowered.math.vector.Vector3d)">setRotation</a>, <a href="../Entity.html#setScale(org.spongepowered.math.vector.Vector3d)">setScale</a>, <a href="../Entity.html#setTransform(org.spongepowered.api.util.Transform)">setTransform</a>, <a href="../Entity.html#silent()">silent</a>, <a href="../Entity.html#sneaking()">sneaking</a>, <a href="../Entity.html#sprinting()">sprinting</a>, <a href="../Entity.html#swiftness()">swiftness</a>, <a href="../Entity.html#transferToWorld(org.spongepowered.api.world.server.ServerWorld)">transferToWorld</a>, <a href="../Entity.html#transferToWorld(org.spongepowered.api.world.server.ServerWorld,org.spongepowered.math.vector.Vector3d)">transferToWorld</a>, <a href="../Entity.html#type()">type</a>, <a href="../Entity.html#vanishState()">vanishState</a>, <a href="../Entity.html#vehicle()">vehicle</a>, <a href="../Entity.html#velocity()">velocity</a>, <a href="../Entity.html#wet()">wet</a></code></div>
Expand Down
Loading

0 comments on commit 00b9dcb

Please sign in to comment.