Class AttributeUtils
java.lang.Object
me.despical.commons.miscellaneous.AttributeUtils
- Since:
- 1.1.6
Created at 13.10.2020
- Author:
- Despical
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhealPlayer(org.bukkit.entity.Player player) static voidresetAttackCooldown(org.bukkit.entity.Player player) static voidsetAttackCooldown(org.bukkit.entity.Player player, double value)
-
Constructor Details
-
AttributeUtils
public AttributeUtils()
-
-
Method Details
-
setAttackCooldown
public static void setAttackCooldown(org.bukkit.entity.Player player, double value) -
resetAttackCooldown
public static void resetAttackCooldown(org.bukkit.entity.Player player) -
healPlayer
public static void healPlayer(org.bukkit.entity.Player player)
-