Class CMIHandler
java.lang.Object
com.bencodez.advancedcore.api.cmi.CMIHandler
Handler for CMI integration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisVanished(org.bukkit.entity.Player p) Checks if player is vanished.
-
Constructor Details
-
CMIHandler
public CMIHandler()
-
-
Method Details
-
isVanished
public boolean isVanished(org.bukkit.entity.Player p) Checks if player is vanished.- Parameters:
p- the player- Returns:
- true if vanished
-