3131/**
3232 * Allows you to customize the crosshair attack indicator.
3333 *
34- * @since %release_version%
34+ * @since 1.2.8
3535 */
3636public final class ModAttackIndicator {
3737
3838 /**
3939 * No documentation available.
4040 *
41- * @since %release_version%
41+ * @since 1.2.8
4242 */
4343 public static final SimpleOption <Boolean > ENABLED = SimpleOption .<Boolean >builder ()
4444 .node ("attack-indicator" , "enabled" ).type (TypeToken .get (Boolean .class ))
@@ -49,7 +49,7 @@ public final class ModAttackIndicator {
4949 /**
5050 * No documentation available.
5151 *
52- * @since %release_version%
52+ * @since 1.2.8
5353 */
5454 public static final SimpleOption <Boolean > HORIZONTAL = SimpleOption .<Boolean >builder ()
5555 .node ("attack-indicator" , "horizontal" ).type (TypeToken .get (Boolean .class ))
@@ -60,7 +60,7 @@ public final class ModAttackIndicator {
6060 /**
6161 * No documentation available.
6262 *
63- * @since %release_version%
63+ * @since 1.2.8
6464 */
6565 public static final NumberOption <Float > SCALE = NumberOption .<Float >number ()
6666 .node ("attack-indicator" , "scale" ).type (TypeToken .get (Float .class ))
@@ -72,7 +72,7 @@ public final class ModAttackIndicator {
7272 /**
7373 * No documentation available.
7474 *
75- * @since %release_version%
75+ * @since 1.2.8
7676 */
7777 public static final SimpleOption <Boolean > SHOW_IN_HUD_EDITOR = SimpleOption .<Boolean >builder ()
7878 .node ("attack-indicator" , "show-in-hud-editor" ).type (TypeToken .get (Boolean .class ))
@@ -83,7 +83,7 @@ public final class ModAttackIndicator {
8383 /**
8484 * No documentation available.
8585 *
86- * @since %release_version%
86+ * @since 1.2.8
8787 */
8888 public static final SimpleOption <Boolean > ALWAYS_SHOW = SimpleOption .<Boolean >builder ()
8989 .node ("attack-indicator" , "always-show" ).type (TypeToken .get (Boolean .class ))
@@ -94,7 +94,7 @@ public final class ModAttackIndicator {
9494 /**
9595 * No documentation available.
9696 *
97- * @since %release_version%
97+ * @since 1.2.8
9898 */
9999 public static final SimpleOption <Boolean > RENDER_ICON = SimpleOption .<Boolean >builder ()
100100 .node ("attack-indicator" , "render-icon" ).type (TypeToken .get (Boolean .class ))
@@ -105,7 +105,7 @@ public final class ModAttackIndicator {
105105 /**
106106 * No documentation available.
107107 *
108- * @since %release_version%
108+ * @since 1.2.8
109109 */
110110 public static final SimpleOption <Boolean > BACKGROUND = SimpleOption .<Boolean >builder ()
111111 .node ("attack-indicator" , "background" ).type (TypeToken .get (Boolean .class ))
@@ -116,7 +116,7 @@ public final class ModAttackIndicator {
116116 /**
117117 * No documentation available.
118118 *
119- * @since %release_version%
119+ * @since 1.2.8
120120 */
121121 public static final SimpleOption <Color > BACKGROUND_COLOR = SimpleOption .<Color >builder ()
122122 .node ("attack-indicator" , "background-color" ).type (TypeToken .get (Color .class ))
@@ -127,7 +127,7 @@ public final class ModAttackIndicator {
127127 /**
128128 * No documentation available.
129129 *
130- * @since %release_version%
130+ * @since 1.2.8
131131 */
132132 public static final SimpleOption <Boolean > BORDER = SimpleOption .<Boolean >builder ()
133133 .node ("attack-indicator" , "border" ).type (TypeToken .get (Boolean .class ))
@@ -138,7 +138,7 @@ public final class ModAttackIndicator {
138138 /**
139139 * No documentation available.
140140 *
141- * @since %release_version%
141+ * @since 1.2.8
142142 */
143143 public static final NumberOption <Float > BORDER_THICKNESS = NumberOption .<Float >number ()
144144 .node ("attack-indicator" , "border-thickness" ).type (TypeToken .get (Float .class ))
@@ -150,7 +150,7 @@ public final class ModAttackIndicator {
150150 /**
151151 * No documentation available.
152152 *
153- * @since %release_version%
153+ * @since 1.2.8
154154 */
155155 public static final SimpleOption <Color > BORDER_COLOR = SimpleOption .<Color >builder ()
156156 .node ("attack-indicator" , "border-color" ).type (TypeToken .get (Color .class ))
@@ -161,7 +161,7 @@ public final class ModAttackIndicator {
161161 /**
162162 * No documentation available.
163163 *
164- * @since %release_version%
164+ * @since 1.2.8
165165 */
166166 public static final SimpleOption <Boolean > VANILLA_BLENDING = SimpleOption .<Boolean >builder ()
167167 .node ("attack-indicator" , "vanilla-blending" ).type (TypeToken .get (Boolean .class ))
@@ -172,7 +172,7 @@ public final class ModAttackIndicator {
172172 /**
173173 * No documentation available.
174174 *
175- * @since %release_version%
175+ * @since 1.2.8
176176 */
177177 public static final SimpleOption <Boolean > DYNAMIC_COLOR = SimpleOption .<Boolean >builder ()
178178 .node ("attack-indicator" , "dynamic-color" ).type (TypeToken .get (Boolean .class ))
@@ -183,7 +183,7 @@ public final class ModAttackIndicator {
183183 /**
184184 * No documentation available.
185185 *
186- * @since %release_version%
186+ * @since 1.2.8
187187 */
188188 public static final SimpleOption <Color > COLOR_LOW = SimpleOption .<Color >builder ()
189189 .node ("attack-indicator" , "color-low" ).type (TypeToken .get (Color .class ))
@@ -194,7 +194,7 @@ public final class ModAttackIndicator {
194194 /**
195195 * No documentation available.
196196 *
197- * @since %release_version%
197+ * @since 1.2.8
198198 */
199199 public static final SimpleOption <Color > COLOR_HIGH = SimpleOption .<Color >builder ()
200200 .node ("attack-indicator" , "color-high" ).type (TypeToken .get (Color .class ))
@@ -205,7 +205,7 @@ public final class ModAttackIndicator {
205205 /**
206206 * No documentation available.
207207 *
208- * @since %release_version%
208+ * @since 1.2.8
209209 */
210210 public static final SimpleOption <Color > COLOR = SimpleOption .<Color >builder ()
211211 .node ("attack-indicator" , "color" ).type (TypeToken .get (Color .class ))
@@ -216,7 +216,7 @@ public final class ModAttackIndicator {
216216 /**
217217 * No documentation available.
218218 *
219- * @since %release_version%
219+ * @since 1.2.8
220220 */
221221 public static final SimpleOption <Boolean > SWORDS = SimpleOption .<Boolean >builder ()
222222 .node ("attack-indicator" , "swords" ).type (TypeToken .get (Boolean .class ))
@@ -227,7 +227,7 @@ public final class ModAttackIndicator {
227227 /**
228228 * No documentation available.
229229 *
230- * @since %release_version%
230+ * @since 1.2.8
231231 */
232232 public static final SimpleOption <Boolean > AXES = SimpleOption .<Boolean >builder ()
233233 .node ("attack-indicator" , "axes" ).type (TypeToken .get (Boolean .class ))
@@ -238,7 +238,7 @@ public final class ModAttackIndicator {
238238 /**
239239 * No documentation available.
240240 *
241- * @since %release_version%
241+ * @since 1.2.8
242242 */
243243 public static final SimpleOption <Boolean > PICKAXES = SimpleOption .<Boolean >builder ()
244244 .node ("attack-indicator" , "pickaxes" ).type (TypeToken .get (Boolean .class ))
@@ -249,7 +249,7 @@ public final class ModAttackIndicator {
249249 /**
250250 * No documentation available.
251251 *
252- * @since %release_version%
252+ * @since 1.2.8
253253 */
254254 public static final SimpleOption <Boolean > SHOVEL = SimpleOption .<Boolean >builder ()
255255 .node ("attack-indicator" , "shovel" ).type (TypeToken .get (Boolean .class ))
@@ -260,7 +260,7 @@ public final class ModAttackIndicator {
260260 /**
261261 * Show the generic attack swing cooldown when switching items (includes hand).
262262 *
263- * @since %release_version%
263+ * @since 1.2.8
264264 */
265265 public static final SimpleOption <Boolean > NON_WEAPONS = SimpleOption .<Boolean >builder ()
266266 .comment ("Show the generic attack swing cooldown when switching items (includes hand)" )
@@ -272,7 +272,7 @@ public final class ModAttackIndicator {
272272 /**
273273 * Play a ding when the weapon cooldowns are done.
274274 *
275- * @since %release_version%
275+ * @since 1.2.8
276276 */
277277 public static final SimpleOption <Boolean > ATTACK_INDICATOR_PLAY_SOUND_VANILLA = SimpleOption .<Boolean >builder ()
278278 .comment ("Play a ding when the weapon cooldowns are done" )
@@ -284,7 +284,7 @@ public final class ModAttackIndicator {
284284 /**
285285 * No documentation available.
286286 *
287- * @since %release_version%
287+ * @since 1.2.8
288288 */
289289 public static final SimpleOption <Boolean > SLEEP = SimpleOption .<Boolean >builder ()
290290 .node ("attack-indicator" , "sleep" ).type (TypeToken .get (Boolean .class ))
@@ -295,7 +295,7 @@ public final class ModAttackIndicator {
295295 /**
296296 * No documentation available.
297297 *
298- * @since %release_version%
298+ * @since 1.2.8
299299 */
300300 public static final SimpleOption <Boolean > BLOCK_BREAKING = SimpleOption .<Boolean >builder ()
301301 .node ("attack-indicator" , "block-breaking" ).type (TypeToken .get (Boolean .class ))
@@ -306,7 +306,7 @@ public final class ModAttackIndicator {
306306 /**
307307 * No documentation available.
308308 *
309- * @since %release_version%
309+ * @since 1.2.8
310310 */
311311 public static final SimpleOption <Boolean > ENDER_PEARL = SimpleOption .<Boolean >builder ()
312312 .node ("attack-indicator" , "ender-pearl" ).type (TypeToken .get (Boolean .class ))
@@ -317,7 +317,7 @@ public final class ModAttackIndicator {
317317 /**
318318 * No documentation available.
319319 *
320- * @since %release_version%
320+ * @since 1.2.8
321321 */
322322 public static final SimpleOption <Boolean > CHORUS_FRUIT = SimpleOption .<Boolean >builder ()
323323 .node ("attack-indicator" , "chorus-fruit" ).type (TypeToken .get (Boolean .class ))
@@ -328,7 +328,7 @@ public final class ModAttackIndicator {
328328 /**
329329 * No documentation available.
330330 *
331- * @since %release_version%
331+ * @since 1.2.8
332332 */
333333 public static final SimpleOption <Boolean > BOWS = SimpleOption .<Boolean >builder ()
334334 .node ("attack-indicator" , "bows" ).type (TypeToken .get (Boolean .class ))
@@ -339,7 +339,7 @@ public final class ModAttackIndicator {
339339 /**
340340 * No documentation available.
341341 *
342- * @since %release_version%
342+ * @since 1.2.8
343343 */
344344 public static final SimpleOption <Boolean > SHIELDS = SimpleOption .<Boolean >builder ()
345345 .node ("attack-indicator" , "shields" ).type (TypeToken .get (Boolean .class ))
@@ -350,7 +350,7 @@ public final class ModAttackIndicator {
350350 /**
351351 * Foods & Potions.
352352 *
353- * @since %release_version%
353+ * @since 1.2.8
354354 */
355355 public static final SimpleOption <Boolean > CONSUMABLES = SimpleOption .<Boolean >builder ()
356356 .comment ("Foods & Potions" )
@@ -362,7 +362,7 @@ public final class ModAttackIndicator {
362362 /**
363363 * Show capacity of storage items (bundles, shulker boxes).
364364 *
365- * @since %release_version%
365+ * @since 1.2.8
366366 */
367367 public static final SimpleOption <Boolean > STORAGE = SimpleOption .<Boolean >builder ()
368368 .comment ("Show capacity of storage items (bundles, shulker boxes)" )
@@ -374,7 +374,7 @@ public final class ModAttackIndicator {
374374 /**
375375 * Play a ding when the cooldowns/indicators are done (excluding Sleep Progress, Block Breaking, Consumables and Storage Items).
376376 *
377- * @since %release_version%
377+ * @since 1.2.8
378378 */
379379 public static final SimpleOption <Boolean > ATTACK_INDICATOR_PLAY_SOUND_CUSTOM = SimpleOption .<Boolean >builder ()
380380 .comment ("Play a ding when the cooldowns/indicators are done (excluding Sleep Progress, Block Breaking, Consumables and Storage Items)" )
0 commit comments