updated old doc

This commit is contained in:
Vlammar 2021-02-07 13:18:39 +01:00
parent 2339bf5bb0
commit 92b727ff21
1 changed files with 8 additions and 2 deletions

View File

@ -169,7 +169,7 @@ public abstract class SplatterMapManager {
}
/**
* Return true if it is a platter map
* Return true if it is a splatter map
*
* @param itemStack The item to check.
* @return True if is a splatter map
@ -182,7 +182,13 @@ public abstract class SplatterMapManager {
}
//TODO doc a faire
/**
* Return true if it has a specified splatter map
*
* @param player The player to check.
* @param map The map to check.
* @return True if the player has this map
*/
public static boolean hasSplatterMap(Player player, PosterMap map) {
Inventory playerInventory = player.getInventory();