mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 19:28:03 +01:00
Fix EntityEquipment::setDropChance
Javadoc (#5925)
This commit is contained in:
parent
6922070800
commit
f1cf984988
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ *
|
||||
+ * @param slot the slot to set the drop chance of
|
||||
+ * @param chance the drop chance for the slot
|
||||
+ * @throws UnsupportedOperationException when called on players
|
||||
+ * @throws UnsupportedOperationException when called on non-{@link Mob} entities
|
||||
+ */
|
||||
+ void setDropChance(@NotNull EquipmentSlot slot, float chance);
|
||||
+ // Paper end
|
||||
|
|
Loading…
Add table
Reference in a new issue