13
0
geforkt von Mirrors/Paper

Fix minor issue with JavaDoc breaking doc deploys

Dieser Commit ist enthalten in:
Zach Brown 2020-11-11 21:19:46 -06:00
Ursprung c451989b86
Commit 4ca833b607

Datei anzeigen

@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ /**
+ * Gets the effect range of this beacon.
+ * A negative range value means the beacon is using its default range based on tier.
+ * @return Either the custom range set with {@link #setEffectRange(double) or the range based on the beacon tier.
+ * @return Either the custom range set with {@link #setEffectRange(double)} or the range based on the beacon tier.
+ */
+ double getEffectRange();
+