13
0
geforkt von Mirrors/Paper

Fix EntityEquipment::setDropChance Javadoc (#5925)

Dieser Commit ist enthalten in:
Pedro Arenas 2021-06-21 01:42:42 -04:00
Ursprung 6922070800
Commit f1cf984988

Datei anzeigen

@ -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