Skip to content

Commit

Permalink
added default value to java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Jan 17, 2024
1 parent 81bdb39 commit 08848b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public interface FakeArmorStand extends EquipmentModifier, LocationModifier, Met

/**
* Sets the visibility range of the armorstand
*
* <br>
* <b>Default:</b> 50
* @param visibilityRange range in blocks
*/
void setVisibilityRange(int visibilityRange);
Expand Down

0 comments on commit 08848b3

Please sign in to comment.