Actually corrected Javadoc

This commit is contained in:
Dark Arc 2012-11-06 18:07:26 -05:00
parent b2ebbb9b55
commit 5d5def206d

View File

@ -145,16 +145,6 @@ public static boolean isBlockWater(World world, int ox, int oy, int oz) {
return id == 8 || id == 9;
}
/*
* Checks if the given potion is a vial of water
*
* @param potion
*/
public static boolean isWaterPotion(Potion potion) {
return potion.getType() == PotionType.WATER;
}
/**
* Checks if the given potion is a vial of water
*