#1062: Clarify BeaconView documentation

By: Miles Holder <mwholder@proton.me>
This commit is contained in:
Bukkit/Spigot 2024-09-25 07:48:43 +10:00
parent 3ea55de712
commit 49d12d442a

View File

@ -65,7 +65,8 @@ public interface BeaconView extends InventoryView {
/**
* Sets the secondary effect on this beacon, or null to clear. Note that
* tier must be &gt;= 4 for this effect to be active.
* tier must be &gt;= 4 and a primary effect must be set in order for this
* effect to be active.
* <p>
* The {@link PotionEffectType} provided must be one that is already within
* the beacon as a valid option.