mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 17:17:13 +01:00
Fix EntityEquipment::setDropChance
Javadoc (#5925)
This commit is contained in:
parent
6dfe0496bd
commit
1830de58bf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ index e85c4208f3536277fcd0f8a0f0b4841c4e073b2c..d0abfc3211a7ec451d83e59c7e39cfc7
|
|||
+ *
|
||||
+ * @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…
Reference in a new issue