From 100b7da77c3a10766a5a5f17cb20eb2d608ca2ac Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 20 Feb 2017 09:12:18 +1100 Subject: SPIGOT-3076: Make dropChance values clearer --- .../java/org/bukkit/inventory/EntityEquipment.java | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/java/org/bukkit/inventory/EntityEquipment.java b/src/main/java/org/bukkit/inventory/EntityEquipment.java index da1eb4ec..aee8163c 100644 --- a/src/main/java/org/bukkit/inventory/EntityEquipment.java +++ b/src/main/java/org/bukkit/inventory/EntityEquipment.java @@ -161,8 +161,8 @@ public interface EntityEquipment { * death. * * * * @return chance of the currently held item being dropped (1 for players) @@ -174,8 +174,8 @@ public interface EntityEquipment { * main hand being dropped upon this creature's death. * * * * @param chance the chance of the main hand item being dropped @@ -188,8 +188,8 @@ public interface EntityEquipment { * death. * * * * @return chance of the off hand item being dropped (1 for players) @@ -201,8 +201,8 @@ public interface EntityEquipment { * death. * * * * @param chance the chance of off hand item being dropped @@ -214,8 +214,8 @@ public interface EntityEquipment { * Gets the chance of the helmet being dropped upon this creature's death. * * * * @return the chance of the helmet being dropped (1 for players) @@ -226,8 +226,8 @@ public interface EntityEquipment { * Sets the chance of the helmet being dropped upon this creature's death. * * * * @param chance of the helmet being dropped @@ -240,8 +240,8 @@ public interface EntityEquipment { * death. * * * * @return the chance of the chest plate being dropped (1 for players) @@ -253,8 +253,8 @@ public interface EntityEquipment { * death. * * * * @param chance of the chest plate being dropped @@ -267,8 +267,8 @@ public interface EntityEquipment { * death. * * * * @return the chance of the leggings being dropped (1 for players) @@ -280,8 +280,8 @@ public interface EntityEquipment { * death. * * * * @param chance chance of the leggings being dropped @@ -293,8 +293,8 @@ public interface EntityEquipment { * Gets the chance of the boots being dropped upon this creature's death. * * * * @return the chance of the boots being dropped (1 for players) @@ -305,8 +305,8 @@ public interface EntityEquipment { * Sets the chance of the boots being dropped upon this creature's death. * * * * @param chance of the boots being dropped -- cgit v1.2.3