Package com.nexomc.nexo.nms
Interface IPlayerUtils
-
- All Implemented Interfaces:
public interface IPlayerUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
IPlayerUtils.EmptyPlayerUtils
-
Method Summary
Modifier and Type Method Description Unit
applyMiningEffect(Player player)
Unit
removeMiningEffect(Player player)
-
-
Method Detail
-
applyMiningEffect
Unit applyMiningEffect(Player player)
-
removeMiningEffect
Unit removeMiningEffect(Player player)
-
-
-
-