mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-20 07:02:24 +01:00
Actually corrected Javadoc
This commit is contained in:
parent
b2ebbb9b55
commit
5d5def206d
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user