Skip to content

Commit 60f9c1d

Browse files
Publishing javadoc for SpongePowered/SpongeAPI 16.0.0-SNAPSHOT
1 parent 5c99e6a commit 60f9c1d

17 files changed

+2951
-1103
lines changed

spongeapi/16.0.0-SNAPSHOT/allclasses-index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5500,6 +5500,31 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
55005500
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
55015501
<div class="block">Represents a Sheep.</div>
55025502
</div>
5503+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldDamageReduction.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction&lt;T&gt;</a></div>
5504+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
5505+
<div class="block">Defines the amount of damage reduced when blocking with a shield-like <a href="org/spongepowered/api/item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a>.</div>
5506+
</div>
5507+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldDamageReduction.Factory.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.Factory</a></div>
5508+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
5509+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldDamageReduction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd</a></div>
5510+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
5511+
<div class="block">The final amount of blocked damage will be <code>constantReduction + fractionalReduction * damage</code></div>
5512+
</div>
5513+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldDamageReduction.MultiplyAdd.Builder.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd.Builder</a></div>
5514+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
5515+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldItemDamageFunction.html" title="interface in org.spongepowered.api.data.type">ShieldItemDamageFunction&lt;T&gt;</a></div>
5516+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
5517+
<div class="block">Defines the amount of <a href="org/spongepowered/api/data/Keys.html#ITEM_DURABILITY"><code>Keys.ITEM_DURABILITY</code></a> damage a shield-like
5518+
<a href="org/spongepowered/api/item/inventory/ItemStack.html" title="interface in org.spongepowered.api.item.inventory"><code>ItemStack</code></a> takes, when blocking an attack.</div>
5519+
</div>
5520+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldItemDamageFunction.Factory.html" title="interface in org.spongepowered.api.data.type">ShieldItemDamageFunction.Factory</a></div>
5521+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
5522+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldItemDamageFunction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldItemDamageFunction.MultiplyAdd</a></div>
5523+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
5524+
<div class="block">The final amount of damage will be <code>constantDamage + fractionalDamage * attackDamage</code></div>
5525+
</div>
5526+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/data/type/ShieldItemDamageFunction.MultiplyAdd.Builder.html" title="interface in org.spongepowered.api.data.type">ShieldItemDamageFunction.MultiplyAdd.Builder</a></div>
5527+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
55035528
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/entity/living/golem/Shulker.html" title="interface in org.spongepowered.api.entity.living.golem">Shulker</a></div>
55045529
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
55055530
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/spongepowered/api/block/entity/carrier/ShulkerBox.html" title="interface in org.spongepowered.api.block.entity.carrier">ShulkerBox</a></div>

spongeapi/16.0.0-SNAPSHOT/index-all.html

Lines changed: 149 additions & 0 deletions
Large diffs are not rendered by default.

spongeapi/16.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/16.0.0-SNAPSHOT/org/spongepowered/api/data/Keys.html

Lines changed: 1209 additions & 1100 deletions
Large diffs are not rendered by default.
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<!-- Generated by javadoc (21) -->
5+
<title>ShieldDamageReduction.Factory (SpongeAPI 16.0.0-SNAPSHOT API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<meta name="description" content="declaration: package: org.spongepowered.api.data.type, interface: ShieldDamageReduction, interface: Factory">
9+
<meta name="generator" content="javadoc/ClassWriterImpl">
10+
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
11+
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
12+
<script type="text/javascript" src="../../../../../script.js"></script>
13+
<script type="text/javascript" src="../../../../../script-dir/jquery-3.7.1.min.js"></script>
14+
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
15+
</head>
16+
<body class="class-declaration-page">
17+
<script type="text/javascript">var pathtoroot = "../../../../../";
18+
loadScripts(document, 'script');</script>
19+
<noscript>
20+
<div>JavaScript is disabled on your browser.</div>
21+
</noscript>
22+
<div class="flex-box">
23+
<header role="banner" class="flex-header">
24+
<nav role="navigation">
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
27+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
28+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
29+
<li><a href="../../../../../index.html">Overview</a></li>
30+
<li><a href="package-summary.html">Package</a></li>
31+
<li class="nav-bar-cell1-rev">Class</li>
32+
<li><a href="package-tree.html">Tree</a></li>
33+
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
34+
<li><a href="../../../../../index-all.html">Index</a></li>
35+
<li><a href="../../../../../help-doc.html#class">Help</a></li>
36+
</ul>
37+
<ul class="sub-nav-list-small">
38+
<li>
39+
<p>Summary:</p>
40+
<ul>
41+
<li>Nested</li>
42+
<li>Field</li>
43+
<li>Constr</li>
44+
<li><a href="#method-summary">Method</a></li>
45+
</ul>
46+
</li>
47+
<li>
48+
<p>Detail:</p>
49+
<ul>
50+
<li>Field</li>
51+
<li>Constr</li>
52+
<li><a href="#method-detail">Method</a></li>
53+
</ul>
54+
</li>
55+
</ul>
56+
</div>
57+
<div class="sub-nav">
58+
<div id="navbar-sub-list">
59+
<ul class="sub-nav-list">
60+
<li>Summary:&nbsp;</li>
61+
<li>Nested&nbsp;|&nbsp;</li>
62+
<li>Field&nbsp;|&nbsp;</li>
63+
<li>Constr&nbsp;|&nbsp;</li>
64+
<li><a href="#method-summary">Method</a></li>
65+
</ul>
66+
<ul class="sub-nav-list">
67+
<li>Detail:&nbsp;</li>
68+
<li>Field&nbsp;|&nbsp;</li>
69+
<li>Constr&nbsp;|&nbsp;</li>
70+
<li><a href="#method-detail">Method</a></li>
71+
</ul>
72+
</div>
73+
<div class="nav-list-search"><a href="../../../../../search.html">SEARCH</a>
74+
<input type="text" id="search-input" disabled placeholder="Search">
75+
<input type="reset" id="reset-button" disabled value="reset">
76+
</div>
77+
</div>
78+
<!-- ========= END OF TOP NAVBAR ========= -->
79+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
80+
</header>
81+
<div class="flex-content">
82+
<main role="main">
83+
<!-- ======== START OF CLASS DATA ======== -->
84+
<div class="header">
85+
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.spongepowered.api.data.type</a></div>
86+
<h1 title="Interface ShieldDamageReduction.Factory" class="title">Interface ShieldDamageReduction.Factory</h1>
87+
</div>
88+
<section class="class-description" id="class-description">
89+
<dl class="notes">
90+
<dt>Enclosing interface:</dt>
91+
<dd><code><a href="ShieldDamageReduction.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction</a>&lt;<a href="ShieldDamageReduction.html" title="type parameter in ShieldDamageReduction">T</a>&gt;</code></dd>
92+
</dl>
93+
<hr>
94+
<div class="type-signature"><span class="modifiers">public static interface </span><span class="element-name type-name-label">ShieldDamageReduction.Factory</span></div>
95+
</section>
96+
<section class="summary">
97+
<ul class="summary-list">
98+
<!-- ========== METHOD SUMMARY =========== -->
99+
<li>
100+
<section class="method-summary" id="method-summary">
101+
<h2>Method Summary</h2>
102+
<div id="method-summary-table">
103+
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
104+
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
105+
<div class="summary-table three-column-summary">
106+
<div class="table-header col-first">Modifier and Type</div>
107+
<div class="table-header col-second">Method</div>
108+
<div class="table-header col-last">Description</div>
109+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ShieldDamageReduction.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction</a><wbr>&lt;<a href="ShieldDamageReduction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd</a>&gt;</code></div>
110+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#create(org.spongepowered.api.data.type.ShieldDamageReduction.MultiplyAdd)" class="member-name-link">create</a><wbr>(<a href="ShieldDamageReduction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd</a>&nbsp;config)</code></div>
111+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
112+
</div>
113+
</div>
114+
</div>
115+
</section>
116+
</li>
117+
</ul>
118+
</section>
119+
<section class="details">
120+
<ul class="details-list">
121+
<!-- ============ METHOD DETAIL ========== -->
122+
<li>
123+
<section class="method-details" id="method-detail">
124+
<h2>Method Details</h2>
125+
<ul class="member-list">
126+
<li>
127+
<section class="detail" id="create(org.spongepowered.api.data.type.ShieldDamageReduction.MultiplyAdd)">
128+
<h3>create</h3>
129+
<div class="member-signature"><span class="return-type"><a href="ShieldDamageReduction.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction</a>&lt;<a href="ShieldDamageReduction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd</a>&gt;</span>&nbsp;<span class="element-name">create</span><wbr><span class="parameters">(<a href="ShieldDamageReduction.MultiplyAdd.html" title="interface in org.spongepowered.api.data.type">ShieldDamageReduction.MultiplyAdd</a>&nbsp;config)</span></div>
130+
</section>
131+
</li>
132+
</ul>
133+
</section>
134+
</li>
135+
</ul>
136+
</section>
137+
<!-- ========= END OF CLASS DATA ========= -->
138+
</main>
139+
</div>
140+
</div>
141+
</body>
142+
</html>

0 commit comments

Comments
 (0)