public class PlayerBestiaryConfigurator extends PlayerBestiaryConfigurationUtils
Constructor and Description |
---|
PlayerBestiaryConfigurator() |
Modifier and Type | Method and Description |
---|---|
static int |
getBestiaryKills(org.bukkit.entity.Player player,
java.lang.String entry) |
static void |
setBestiaryKills(org.bukkit.entity.Player player,
java.lang.String entry,
int kills) |
playerBestiaryConfigGetInt, playerBestiaryConfigSet
public static int getBestiaryKills(org.bukkit.entity.Player player, java.lang.String entry)
player
- The player that owns the config file.entry
- The full name of the bestiary entry.public static void setBestiaryKills(org.bukkit.entity.Player player, java.lang.String entry, int kills)
player
- The player that owns the config file.entry
- The full name of the bestiary entry.kills
- The new kill count of the bestiary mob.