Refactor get/setChestPlate to Chestplate. Addresses BUKKIT-3189

This method was inconsistent with previous methods.
This commit is contained in:
feildmaster 2012-12-18 03:37:37 -06:00
parent e48765bafb
commit 14ec80289a

View File

@ -145,7 +145,7 @@ public interface EntityEquipment {
*
* @return the chance of the chest plate being dropped (1 for players)
*/
float getChestPlateDropChance();
float getChestplateDropChance();
/**
* Sets the chance of the chest plate being dropped upon this creature's death
@ -156,7 +156,7 @@ public interface EntityEquipment {
* @param chance of the chest plate being dropped
* @throws UnsupportedOperationException when called on players
*/
void setChestPlateDropChance(float chance);
void setChestplateDropChance(float chance);
/**
* Gets the chance of the leggings being dropped upon this creature's death