Skip to content

Commit 78d427b

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 14.0.0-SNAPSHOT
1 parent aedb892 commit 78d427b

File tree

17 files changed

+666
-63
lines changed

17 files changed

+666
-63
lines changed

spongeapi/14.0.0-SNAPSHOT/allclasses-index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4881,6 +4881,12 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
48814881
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
48824882
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/event/lifecycle/RegisterRegistryValueEvent.WorldScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.WorldScoped</a></div>
48834883
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
4884+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/event/lifecycle/RegisterTagEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterTagEvent</a></div>
4885+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
4886+
<div class="block">Lifecycle event for applying modifications to <a href="org/spongepowered/api/tag/Tag.html" title="interface in org.spongepowered.api.tag"><code>tags</code></a>.</div>
4887+
</div>
4888+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/event/lifecycle/RegisterTagEvent.TagStep.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterTagEvent.TagStep&lt;T&gt;</a></div>
4889+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
48844890
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/registry/Registry.html" title="interface in org.spongepowered.api.registry">Registry&lt;T&gt;</a></div>
48854891
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
48864892
<div class="block">A store of <a href="org/spongepowered/api/registry/RegistryEntry.html" title="interface in org.spongepowered.api.registry"><code>registry entries</code></a> with a well defined type.</div>

spongeapi/14.0.0-SNAPSHOT/index-all.html

Lines changed: 56 additions & 0 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/block/transaction/BlockTransaction.html

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,27 @@ <h2>Method Summary</h2>
144144
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
145145
<div class="block">Gets the content version of this <a href="../../data/persistence/DataSerializable.html" title="interface in org.spongepowered.api.data.persistence"><code>DataSerializable</code></a>.</div>
146146
</div>
147-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
148-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;obj)</code></div>
149-
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
150-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
151-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
147+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world">BlockChangeFlag</a></code></div>
148+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#customFlag()" class="member-name-link">customFlag</a>()</code></div>
149+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
150+
<div class="block">Gets the <a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world"><code>flag</code></a> that is used to place
151+
the custom <a href="../BlockSnapshot.html" title="interface in org.spongepowered.api.block"><code>BlockSnapshot</code></a>.</div>
152+
</div>
153+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
154+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;obj)</code></div>
152155
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
153-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Operation.html" title="interface in org.spongepowered.api.block.transaction">Operation</a></code></div>
154-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#operation()" class="member-name-link">operation</a>()</code></div>
156+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
157+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
155158
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
159+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Operation.html" title="interface in org.spongepowered.api.block.transaction">Operation</a></code></div>
160+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#operation()" class="member-name-link">operation</a>()</code></div>
161+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
162+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
163+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCustom(org.spongepowered.api.block.BlockSnapshot,org.spongepowered.api.world.BlockChangeFlag)" class="member-name-link">setCustom</a><wbr>(@Nullable <a href="../BlockSnapshot.html" title="interface in org.spongepowered.api.block">BlockSnapshot</a>&nbsp;custom,
164+
<a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world">BlockChangeFlag</a>&nbsp;flag)</code></div>
165+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
166+
<div class="block">Sets the custom snapshot.</div>
167+
</div>
156168
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../../data/persistence/DataContainer.html" title="interface in org.spongepowered.api.data.persistence">DataContainer</a></code></div>
157169
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toContainer()" class="member-name-link">toContainer</a>()</code></div>
158170
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
@@ -213,6 +225,32 @@ <h3>operation</h3>
213225
</section>
214226
</li>
215227
<li>
228+
<section class="detail" id="setCustom(org.spongepowered.api.block.BlockSnapshot,org.spongepowered.api.world.BlockChangeFlag)">
229+
<h3>setCustom</h3>
230+
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">setCustom</span><wbr><span class="parameters">(@Nullable <a href="../BlockSnapshot.html" title="interface in org.spongepowered.api.block">BlockSnapshot</a>&nbsp;custom,
231+
<a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world">BlockChangeFlag</a>&nbsp;flag)</span></div>
232+
<div class="block">Sets the custom snapshot. If setting <code>null</code>, this will
233+
reset to use the <a href="../../data/Transaction.html#defaultReplacement()"><code>Transaction.defaultReplacement()</code></a> snapshot.</div>
234+
<dl class="notes">
235+
<dt>Parameters:</dt>
236+
<dd><code>custom</code> - The custom snapshot</dd>
237+
<dd><code>flag</code> - TThe various change flags controlling some interactions</dd>
238+
</dl>
239+
</section>
240+
</li>
241+
<li>
242+
<section class="detail" id="customFlag()">
243+
<h3>customFlag</h3>
244+
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world">BlockChangeFlag</a></span>&nbsp;<span class="element-name">customFlag</span>()</div>
245+
<div class="block">Gets the <a href="../../world/BlockChangeFlag.html" title="interface in org.spongepowered.api.world"><code>flag</code></a> that is used to place
246+
the custom <a href="../BlockSnapshot.html" title="interface in org.spongepowered.api.block"><code>BlockSnapshot</code></a>.</div>
247+
<dl class="notes">
248+
<dt>Returns:</dt>
249+
<dd>The flag</dd>
250+
</dl>
251+
</section>
252+
</li>
253+
<li>
216254
<section class="detail" id="hashCode()">
217255
<h3>hashCode</h3>
218256
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">hashCode</span>()</div>

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/event/Event.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

spongeapi/14.0.0-SNAPSHOT/org/spongepowered/api/event/lifecycle/LifecycleEvent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 title="Interface LifecycleEvent" class="title">Interface LifecycleEvent</h1>
9292
</dl>
9393
<dl class="notes">
9494
<dt>All Known Subinterfaces:</dt>
95-
<dd><code><a href="ConstructPluginEvent.html" title="interface in org.spongepowered.api.event.lifecycle">ConstructPluginEvent</a></code>, <code><a href="EngineLifecycleEvent.html" title="interface in org.spongepowered.api.event.lifecycle">EngineLifecycleEvent</a>&lt;E&gt;</code>, <code><a href="LoadedGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">LoadedGameEvent</a></code>, <code><a href="ProvideServiceEvent.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent</a>&lt;T&gt;</code>, <code><a href="ProvideServiceEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent.EngineScoped</a>&lt;T&gt;</code>, <code><a href="ProvideServiceEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent.GameScoped</a>&lt;T&gt;</code>, <code><a href="RefreshGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RefreshGameEvent</a></code>, <code><a href="RegisterBuilderEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterBuilderEvent</a></code>, <code><a href="RegisterChannelEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterChannelEvent</a></code>, <code><a href="RegisterCommandEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterCommandEvent</a>&lt;C&gt;</code>, <code><a href="RegisterDataEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterDataEvent</a></code>, <code><a href="RegisterDataPackValueEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterDataPackValueEvent</a>&lt;T&gt;</code>, <code><a href="RegisterFactoryEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterFactoryEvent</a></code>, <code><a href="RegisterRegistryEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent</a></code>, <code><a href="RegisterRegistryEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.EngineScoped</a>&lt;E&gt;</code>, <code><a href="RegisterRegistryEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.GameScoped</a></code>, <code><a href="RegisterRegistryEvent.WorldScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.WorldScoped</a></code>, <code><a href="RegisterRegistryValueEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent</a></code>, <code><a href="RegisterRegistryValueEvent.BuiltIn.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.BuiltIn</a>&lt;T&gt;</code>, <code><a href="RegisterRegistryValueEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.EngineScoped</a>&lt;E&gt;</code>, <code><a href="RegisterRegistryValueEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.GameScoped</a></code>, <code><a href="RegisterRegistryValueEvent.WorldScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.WorldScoped</a></code>, <code><a href="StartedEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StartedEngineEvent</a>&lt;E&gt;</code>, <code><a href="StartingEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StartingEngineEvent</a>&lt;E&gt;</code>, <code><a href="StoppedGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StoppedGameEvent</a></code>, <code><a href="StoppingEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StoppingEngineEvent</a>&lt;E&gt;</code></dd>
95+
<dd><code><a href="ConstructPluginEvent.html" title="interface in org.spongepowered.api.event.lifecycle">ConstructPluginEvent</a></code>, <code><a href="EngineLifecycleEvent.html" title="interface in org.spongepowered.api.event.lifecycle">EngineLifecycleEvent</a>&lt;E&gt;</code>, <code><a href="LoadedGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">LoadedGameEvent</a></code>, <code><a href="ProvideServiceEvent.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent</a>&lt;T&gt;</code>, <code><a href="ProvideServiceEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent.EngineScoped</a>&lt;T&gt;</code>, <code><a href="ProvideServiceEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">ProvideServiceEvent.GameScoped</a>&lt;T&gt;</code>, <code><a href="RefreshGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RefreshGameEvent</a></code>, <code><a href="RegisterBuilderEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterBuilderEvent</a></code>, <code><a href="RegisterChannelEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterChannelEvent</a></code>, <code><a href="RegisterCommandEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterCommandEvent</a>&lt;C&gt;</code>, <code><a href="RegisterDataEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterDataEvent</a></code>, <code><a href="RegisterDataPackValueEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterDataPackValueEvent</a>&lt;T&gt;</code>, <code><a href="RegisterFactoryEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterFactoryEvent</a></code>, <code><a href="RegisterRegistryEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent</a></code>, <code><a href="RegisterRegistryEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.EngineScoped</a>&lt;E&gt;</code>, <code><a href="RegisterRegistryEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.GameScoped</a></code>, <code><a href="RegisterRegistryEvent.WorldScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryEvent.WorldScoped</a></code>, <code><a href="RegisterRegistryValueEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent</a></code>, <code><a href="RegisterRegistryValueEvent.BuiltIn.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.BuiltIn</a>&lt;T&gt;</code>, <code><a href="RegisterRegistryValueEvent.EngineScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.EngineScoped</a>&lt;E&gt;</code>, <code><a href="RegisterRegistryValueEvent.GameScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.GameScoped</a></code>, <code><a href="RegisterRegistryValueEvent.WorldScoped.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterRegistryValueEvent.WorldScoped</a></code>, <code><a href="RegisterTagEvent.html" title="interface in org.spongepowered.api.event.lifecycle">RegisterTagEvent</a></code>, <code><a href="StartedEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StartedEngineEvent</a>&lt;E&gt;</code>, <code><a href="StartingEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StartingEngineEvent</a>&lt;E&gt;</code>, <code><a href="StoppedGameEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StoppedGameEvent</a></code>, <code><a href="StoppingEngineEvent.html" title="interface in org.spongepowered.api.event.lifecycle">StoppingEngineEvent</a>&lt;E&gt;</code></dd>
9696
</dl>
9797
<hr>
9898
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">LifecycleEvent</span><span class="extends-implements">

0 commit comments

Comments
 (0)