-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstant-values.html
157 lines (157 loc) · 11.5 KB
/
constant-values.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) -->
<title>Constant Field Values (fastasyncvoxelsniper 3.2.2)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="constants-summary-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<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"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#constant-values">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
</div>
<section class="packages">
<h2 title="Contents">Contents</h2>
<ul class="contents-list">
<li><a href="#com.thevoxelbox">com.thevoxelbox.*</a></li>
</ul>
</section>
<section class="constants-summary" id="com.thevoxelbox">
<h2 title="com.thevoxelbox.*">com.thevoxelbox.*</h2>
<ul class="block-list">
<li>
<div class="caption"><span>com.thevoxelbox.voxelsniper.brush.type.<a href="com/thevoxelbox/voxelsniper/brush/type/AbstractBrush.html" title="class in com.thevoxelbox.voxelsniper.brush.type">AbstractBrush</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.AbstractBrush.CHUNK_SIZE">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/AbstractBrush.html#CHUNK_SIZE">CHUNK_SIZE</a></code></div>
<div class="col-last even-row-color"><code>16</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>com.thevoxelbox.voxelsniper.brush.type.performer.<a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html" title="class in com.thevoxelbox.voxelsniper.brush.type.performer">AbstractPerformerBrush</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.DEFAULT_GROWTH_PERCENT">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#DEFAULT_GROWTH_PERCENT">DEFAULT_GROWTH_PERCENT</a></code></div>
<div class="col-last even-row-color"><code>1000</code></div>
<div class="col-first odd-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.DEFAULT_SEED_PERCENT">protected static final int</code></div>
<div class="col-second odd-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#DEFAULT_SEED_PERCENT">DEFAULT_SEED_PERCENT</a></code></div>
<div class="col-last odd-row-color"><code>1000</code></div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.DEFAULT_SPLATTER_RECURSIONS">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#DEFAULT_SPLATTER_RECURSIONS">DEFAULT_SPLATTER_RECURSIONS</a></code></div>
<div class="col-last even-row-color"><code>3</code></div>
<div class="col-first odd-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.GROWTH_PERCENT_MAX">protected static final int</code></div>
<div class="col-second odd-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#GROWTH_PERCENT_MAX">GROWTH_PERCENT_MAX</a></code></div>
<div class="col-last odd-row-color"><code>9999</code></div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.GROWTH_PERCENT_MIN">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#GROWTH_PERCENT_MIN">GROWTH_PERCENT_MIN</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
<div class="col-first odd-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.SEED_PERCENT_MAX">protected static final int</code></div>
<div class="col-second odd-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#SEED_PERCENT_MAX">SEED_PERCENT_MAX</a></code></div>
<div class="col-last odd-row-color"><code>9999</code></div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.SEED_PERCENT_MIN">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#SEED_PERCENT_MIN">SEED_PERCENT_MIN</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
<div class="col-first odd-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.SPLATTER_RECURSIONS_MAX">protected static final int</code></div>
<div class="col-second odd-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#SPLATTER_RECURSIONS_MAX">SPLATTER_RECURSIONS_MAX</a></code></div>
<div class="col-last odd-row-color"><code>10</code></div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.brush.type.performer.AbstractPerformerBrush.SPLATTER_RECURSIONS_MIN">protected static final int</code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/brush/type/performer/AbstractPerformerBrush.html#SPLATTER_RECURSIONS_MIN">SPLATTER_RECURSIONS_MIN</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>com.thevoxelbox.voxelsniper.config.<a href="com/thevoxelbox/voxelsniper/config/VoxelSniperConfigLoader.html" title="class in com.thevoxelbox.voxelsniper.config">VoxelSniperConfigLoader</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.config.VoxelSniperConfigLoader.BRUSH_PROPERTIES">protected static final <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/config/VoxelSniperConfigLoader.html#BRUSH_PROPERTIES">BRUSH_PROPERTIES</a></code></div>
<div class="col-last even-row-color"><code>"brush-properties"</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>com.thevoxelbox.voxelsniper.sniper.toolkit.<a href="com/thevoxelbox/voxelsniper/sniper/toolkit/Toolkit.html" title="class in com.thevoxelbox.voxelsniper.sniper.toolkit">Toolkit</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.sniper.toolkit.Toolkit.DEFAULT_NAME">public static final <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/sniper/toolkit/Toolkit.html#DEFAULT_NAME">DEFAULT_NAME</a></code></div>
<div class="col-last even-row-color"><code>"default"</code></div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div class="caption"><span>com.thevoxelbox.voxelsniper.util.minecraft.<a href="com/thevoxelbox/voxelsniper/util/minecraft/Identifiers.html" title="class in com.thevoxelbox.voxelsniper.util.minecraft">Identifiers</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="com.thevoxelbox.voxelsniper.util.minecraft.Identifiers.MINECRAFT_IDENTIFIER">public static final <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="com/thevoxelbox/voxelsniper/util/minecraft/Identifiers.html#MINECRAFT_IDENTIFIER">MINECRAFT_IDENTIFIER</a></code></div>
<div class="col-last even-row-color"><code>"minecraft:"</code></div>
<div class="col-first odd-row-color"><code id="com.thevoxelbox.voxelsniper.util.minecraft.Identifiers.MINECRAFT_IDENTIFIER_LENGTH">public static final int</code></div>
<div class="col-second odd-row-color"><code><a href="com/thevoxelbox/voxelsniper/util/minecraft/Identifiers.html#MINECRAFT_IDENTIFIER_LENGTH">MINECRAFT_IDENTIFIER_LENGTH</a></code></div>
<div class="col-last odd-row-color"><code>10</code></div>
</div>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>