mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 19:28:03 +01:00
#1062: Clarify BeaconView documentation
By: Miles Holder <mwholder@proton.me>
This commit is contained in:
parent
3ea55de712
commit
49d12d442a
1 changed files with 2 additions and 1 deletions
|
@ -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 >= 4 for this effect to be active.
|
||||
* tier must be >= 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue