Skip to content

Commit e1d47c2

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 14.0.0-SNAPSHOT
1 parent 23f3796 commit e1d47c2

28 files changed

+3845
-3628
lines changed

spongeapi/14.0.0-SNAPSHOT/allclasses-index.html

Lines changed: 2454 additions & 2450 deletions
Large diffs are not rendered by default.

spongeapi/14.0.0-SNAPSHOT/index-all.html

Lines changed: 28 additions & 16 deletions
Large diffs are not rendered by default.

spongeapi/14.0.0-SNAPSHOT/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/ResourceKeyed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 title="Interface ResourceKeyed" class="title">Interface ResourceKeyed</h1>
9292
</dl>
9393
<dl class="notes">
9494
<dt>All Known Subinterfaces:</dt>
95-
<dd><code><a href="advancement/AdvancementNode.html" title="interface in org.spongepowered.api.advancement">AdvancementNode</a></code>, <code><a href="advancement/AdvancementTree.html" title="interface in org.spongepowered.api.advancement">AdvancementTree</a></code>, <code><a href="entity/attribute/AttributeModifier.html" title="interface in org.spongepowered.api.entity.attribute">AttributeModifier</a></code>, <code><a href="command/registrar/tree/CommandTreeNodeType.html" title="interface in org.spongepowered.api.command.registrar.tree">CommandTreeNodeType</a>&lt;T&gt;</code>, <code><a href="event/EventContextKey.html" title="interface in org.spongepowered.api.event">EventContextKey</a>&lt;T&gt;</code>, <code><a href="data/Key.html" title="interface in org.spongepowered.api.data">Key</a>&lt;V&gt;</code>, <code><a href="command/parameter/managed/standard/ResourceKeyedValueParameter.html" title="interface in org.spongepowered.api.command.parameter.managed.standard">ResourceKeyedValueParameter</a>&lt;T&gt;</code>, <code><a href="world/server/storage/ServerWorldProperties.html" title="interface in org.spongepowered.api.world.server.storage">ServerWorldProperties</a></code>, <code><a href="effect/sound/SoundType.html" title="interface in org.spongepowered.api.effect.sound">SoundType</a></code>, <code><a href="tag/Tag.html" title="interface in org.spongepowered.api.tag">Tag</a>&lt;T&gt;</code>, <code><a href="world/WorldTypeEffect.html" title="interface in org.spongepowered.api.world">WorldTypeEffect</a></code></dd>
95+
<dd><code><a href="advancement/AdvancementNode.html" title="interface in org.spongepowered.api.advancement">AdvancementNode</a></code>, <code><a href="advancement/AdvancementTree.html" title="interface in org.spongepowered.api.advancement">AdvancementTree</a></code>, <code><a href="entity/attribute/AttributeModifier.html" title="interface in org.spongepowered.api.entity.attribute">AttributeModifier</a></code>, <code><a href="command/registrar/tree/CommandTreeNodeType.html" title="interface in org.spongepowered.api.command.registrar.tree">CommandTreeNodeType</a>&lt;T&gt;</code>, <code><a href="tag/DefaultedTag.html" title="interface in org.spongepowered.api.tag">DefaultedTag</a>&lt;T&gt;</code>, <code><a href="event/EventContextKey.html" title="interface in org.spongepowered.api.event">EventContextKey</a>&lt;T&gt;</code>, <code><a href="data/Key.html" title="interface in org.spongepowered.api.data">Key</a>&lt;V&gt;</code>, <code><a href="command/parameter/managed/standard/ResourceKeyedValueParameter.html" title="interface in org.spongepowered.api.command.parameter.managed.standard">ResourceKeyedValueParameter</a>&lt;T&gt;</code>, <code><a href="world/server/storage/ServerWorldProperties.html" title="interface in org.spongepowered.api.world.server.storage">ServerWorldProperties</a></code>, <code><a href="effect/sound/SoundType.html" title="interface in org.spongepowered.api.effect.sound">SoundType</a></code>, <code><a href="tag/Tag.html" title="interface in org.spongepowered.api.tag">Tag</a>&lt;T&gt;</code>, <code><a href="world/WorldTypeEffect.html" title="interface in org.spongepowered.api.world">WorldTypeEffect</a></code></dd>
9696
</dl>
9797
<hr>
9898
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">ResourceKeyed</span><span class="extends-implements">

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/block/BlockType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.state.StateContainer"
174174
<code><a href="../state/StateContainer.html#defaultState()">defaultState</a>, <a href="../state/StateContainer.html#findStateProperty(java.lang.String)">findStateProperty</a>, <a href="../state/StateContainer.html#stateProperties()">stateProperties</a>, <a href="../state/StateContainer.html#validStates()">validStates</a></code></div>
175175
<div class="inherited-list">
176176
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
177-
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a>, <a href="../tag/Taggable.html#registryType()">registryType</a>, <a href="../tag/Taggable.html#tags()">tags</a></code></div>
177+
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
178178
<div class="inherited-list">
179179
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.value.ValueContainer">Methods inherited from interface&nbsp;org.spongepowered.api.data.value.<a href="../data/value/ValueContainer.html" title="interface in org.spongepowered.api.data.value">ValueContainer</a></h3>
180180
<code><a href="../data/value/ValueContainer.html#get(org.spongepowered.api.data.Key)">get</a>, <a href="../data/value/ValueContainer.html#getDouble(org.spongepowered.api.data.Key)">getDouble</a>, <a href="../data/value/ValueContainer.html#getInt(org.spongepowered.api.data.Key)">getInt</a>, <a href="../data/value/ValueContainer.html#getKeys()">getKeys</a>, <a href="../data/value/ValueContainer.html#getLong(org.spongepowered.api.data.Key)">getLong</a>, <a href="../data/value/ValueContainer.html#getOrElse(org.spongepowered.api.data.Key,E)">getOrElse</a>, <a href="../data/value/ValueContainer.html#getOrNull(org.spongepowered.api.data.Key)">getOrNull</a>, <a href="../data/value/ValueContainer.html#getValue(org.spongepowered.api.data.Key)">getValue</a>, <a href="../data/value/ValueContainer.html#getValues()">getValues</a>, <a href="../data/value/ValueContainer.html#require(org.spongepowered.api.data.Key)">require</a>, <a href="../data/value/ValueContainer.html#requireValue(org.spongepowered.api.data.Key)">requireValue</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.Key)">supports</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.value.Value)">supports</a></code></div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/entity/EntityType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.registry.DefaultedReg
145145
<code><a href="../registry/DefaultedRegistryValue.html#asDefaultedReference(org.spongepowered.api.registry.DefaultedRegistryType)">asDefaultedReference</a>, <a href="../registry/DefaultedRegistryValue.html#findKey(org.spongepowered.api.registry.DefaultedRegistryType)">findKey</a>, <a href="../registry/DefaultedRegistryValue.html#key(org.spongepowered.api.registry.DefaultedRegistryType)">key</a></code></div>
146146
<div class="inherited-list">
147147
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
148-
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a>, <a href="../tag/Taggable.html#registryType()">registryType</a>, <a href="../tag/Taggable.html#tags()">tags</a></code></div>
148+
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
149149
</section>
150150
</li>
151151
</ul>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/event/cause/entity/damage/DamageType.html

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,9 @@ <h2>Method Summary</h2>
144144
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
145145
<div class="block">Gets the amount of exhaustion this <a href="DamageType.html" title="interface in org.spongepowered.api.event.cause.entity.damage"><code>DamageType</code></a> will add to the entity, generally only to players.</div>
146146
</div>
147-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
148-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#is(org.spongepowered.api.tag.Tag)" class="member-name-link">is</a><wbr>(<a href="../../../../tag/Tag.html" title="interface in org.spongepowered.api.tag">Tag</a>&lt;<a href="DamageType.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageType</a>&gt;&nbsp;tag)</code></div>
147+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DamageScaling.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageScaling</a></code></div>
148+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#scaling()" class="member-name-link">scaling</a>()</code></div>
149149
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
150-
<div class="block">Checks whether this damage types matches a damage type tag.</div>
151-
</div>
152-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DamageScaling.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageScaling</a></code></div>
153-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#scaling()" class="member-name-link">scaling</a>()</code></div>
154-
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
155150
<div class="block">Returns the damage scaling.</div>
156151
</div>
157152
</div>
@@ -168,7 +163,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.util.Nameable">Method
168163
<code><a href="../../../../util/Nameable.html#name()">name</a></code></div>
169164
<div class="inherited-list">
170165
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../../../../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
171-
<code><a href="../../../../tag/Taggable.html#registryType()">registryType</a>, <a href="../../../../tag/Taggable.html#tags()">tags</a></code></div>
166+
<code><a href="../../../../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../../../../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
172167
</section>
173168
</li>
174169
</ul>
@@ -208,21 +203,6 @@ <h3>exhaustion</h3>
208203
</section>
209204
</li>
210205
<li>
211-
<section class="detail" id="is(org.spongepowered.api.tag.Tag)">
212-
<h3>is</h3>
213-
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">is</span><wbr><span class="parameters">(<a href="../../../../tag/Tag.html" title="interface in org.spongepowered.api.tag">Tag</a>&lt;<a href="DamageType.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageType</a>&gt;&nbsp;tag)</span></div>
214-
<div class="block">Checks whether this damage types matches a damage type tag.</div>
215-
<dl class="notes">
216-
<dt>Specified by:</dt>
217-
<dd><code><a href="../../../../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a>&lt;<a href="DamageType.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageType</a>&gt;</code></dd>
218-
<dt>Parameters:</dt>
219-
<dd><code>tag</code> - The tag to check.</dd>
220-
<dt>Returns:</dt>
221-
<dd>true if this damage type matches the damage type tag.</dd>
222-
</dl>
223-
</section>
224-
</li>
225-
<li>
226206
<section class="detail" id="scaling()">
227207
<h3>scaling</h3>
228208
<div class="member-signature"><span class="return-type"><a href="DamageScaling.html" title="interface in org.spongepowered.api.event.cause.entity.damage">DamageScaling</a></span>&nbsp;<span class="element-name">scaling</span>()</div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/fluid/FluidType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.state.StateContainer"
131131
<code><a href="../state/StateContainer.html#defaultState()">defaultState</a>, <a href="../state/StateContainer.html#findStateProperty(java.lang.String)">findStateProperty</a>, <a href="../state/StateContainer.html#stateProperties()">stateProperties</a>, <a href="../state/StateContainer.html#validStates()">validStates</a></code></div>
132132
<div class="inherited-list">
133133
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
134-
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a>, <a href="../tag/Taggable.html#registryType()">registryType</a>, <a href="../tag/Taggable.html#tags()">tags</a></code></div>
134+
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
135135
<div class="inherited-list">
136136
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.value.ValueContainer">Methods inherited from interface&nbsp;org.spongepowered.api.data.value.<a href="../data/value/ValueContainer.html" title="interface in org.spongepowered.api.data.value">ValueContainer</a></h3>
137137
<code><a href="../data/value/ValueContainer.html#get(org.spongepowered.api.data.Key)">get</a>, <a href="../data/value/ValueContainer.html#getDouble(org.spongepowered.api.data.Key)">getDouble</a>, <a href="../data/value/ValueContainer.html#getInt(org.spongepowered.api.data.Key)">getInt</a>, <a href="../data/value/ValueContainer.html#getKeys()">getKeys</a>, <a href="../data/value/ValueContainer.html#getLong(org.spongepowered.api.data.Key)">getLong</a>, <a href="../data/value/ValueContainer.html#getOrElse(org.spongepowered.api.data.Key,E)">getOrElse</a>, <a href="../data/value/ValueContainer.html#getOrNull(org.spongepowered.api.data.Key)">getOrNull</a>, <a href="../data/value/ValueContainer.html#getValue(org.spongepowered.api.data.Key)">getValue</a>, <a href="../data/value/ValueContainer.html#getValues()">getValues</a>, <a href="../data/value/ValueContainer.html#require(org.spongepowered.api.data.Key)">require</a>, <a href="../data/value/ValueContainer.html#requireValue(org.spongepowered.api.data.Key)">requireValue</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.Key)">supports</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.value.Value)">supports</a></code></div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/item/ItemType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.registry.DefaultedReg
163163
<code><a href="../registry/DefaultedRegistryValue.html#asDefaultedReference(org.spongepowered.api.registry.DefaultedRegistryType)">asDefaultedReference</a>, <a href="../registry/DefaultedRegistryValue.html#findKey(org.spongepowered.api.registry.DefaultedRegistryType)">findKey</a>, <a href="../registry/DefaultedRegistryValue.html#key(org.spongepowered.api.registry.DefaultedRegistryType)">key</a></code></div>
164164
<div class="inherited-list">
165165
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
166-
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a>, <a href="../tag/Taggable.html#registryType()">registryType</a>, <a href="../tag/Taggable.html#tags()">tags</a></code></div>
166+
<code><a href="../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
167167
<div class="inherited-list">
168168
<h3 id="methods-inherited-from-class-org.spongepowered.api.data.value.ValueContainer">Methods inherited from interface&nbsp;org.spongepowered.api.data.value.<a href="../data/value/ValueContainer.html" title="interface in org.spongepowered.api.data.value">ValueContainer</a></h3>
169169
<code><a href="../data/value/ValueContainer.html#get(org.spongepowered.api.data.Key)">get</a>, <a href="../data/value/ValueContainer.html#getDouble(org.spongepowered.api.data.Key)">getDouble</a>, <a href="../data/value/ValueContainer.html#getInt(org.spongepowered.api.data.Key)">getInt</a>, <a href="../data/value/ValueContainer.html#getKeys()">getKeys</a>, <a href="../data/value/ValueContainer.html#getLong(org.spongepowered.api.data.Key)">getLong</a>, <a href="../data/value/ValueContainer.html#getOrElse(org.spongepowered.api.data.Key,E)">getOrElse</a>, <a href="../data/value/ValueContainer.html#getOrNull(org.spongepowered.api.data.Key)">getOrNull</a>, <a href="../data/value/ValueContainer.html#getValue(org.spongepowered.api.data.Key)">getValue</a>, <a href="../data/value/ValueContainer.html#getValues()">getValues</a>, <a href="../data/value/ValueContainer.html#require(org.spongepowered.api.data.Key)">require</a>, <a href="../data/value/ValueContainer.html#requireValue(org.spongepowered.api.data.Key)">requireValue</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.Key)">supports</a>, <a href="../data/value/ValueContainer.html#supports(org.spongepowered.api.data.value.Value)">supports</a></code></div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/item/enchantment/EnchantmentType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h3 id="methods-inherited-from-class-org.spongepowered.api.registry.DefaultedReg
177177
<code><a href="../../registry/DefaultedRegistryValue.html#asDefaultedReference(org.spongepowered.api.registry.DefaultedRegistryType)">asDefaultedReference</a>, <a href="../../registry/DefaultedRegistryValue.html#findKey(org.spongepowered.api.registry.DefaultedRegistryType)">findKey</a>, <a href="../../registry/DefaultedRegistryValue.html#key(org.spongepowered.api.registry.DefaultedRegistryType)">key</a></code></div>
178178
<div class="inherited-list">
179179
<h3 id="methods-inherited-from-class-org.spongepowered.api.tag.Taggable">Methods inherited from interface&nbsp;org.spongepowered.api.tag.<a href="../../tag/Taggable.html" title="interface in org.spongepowered.api.tag">Taggable</a></h3>
180-
<code><a href="../../tag/Taggable.html#is(org.spongepowered.api.tag.Tag)">is</a>, <a href="../../tag/Taggable.html#registryType()">registryType</a>, <a href="../../tag/Taggable.html#tags()">tags</a></code></div>
180+
<code><a href="../../tag/Taggable.html#is(org.spongepowered.api.tag.DefaultedTag)">is</a>, <a href="../../tag/Taggable.html#tags(org.spongepowered.api.registry.DefaultedRegistryType)">tags</a></code></div>
181181
</section>
182182
</li>
183183
</ul>

0 commit comments

Comments
 (0)