Package com.sucy.skill.manager
Class TitleManager
java.lang.Object
com.sucy.skill.manager.TitleManager
Handles accessing the Title display resource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TitleManager
public TitleManager()
-
-
Method Details
-
show
public static void show(org.bukkit.entity.Player player, TitleType type, String msgKey, mc.promcteam.engine.mccore.config.CustomFilter... filters) Shows a message using the Title display- Parameters:
player- player to send totype- type of messagemsgKey- language config key for the messagefilters- filters to apply to the message
-