Class EmojiModule
java.lang.Object
com.haven.havenplugin.EmojiModule
- All Implemented Interfaces:
Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyEmojis(String text) Command names this module owns, matching entries in plugin.yml.getEmojiChar(String name) org.bukkit.command.CommandExecutorgetExecutor(String command) List<org.bukkit.event.Listener> getName()org.bukkit.command.TabCompletergetTabCompleter(String command) booleanisBedrockOfflinePlayer(org.bukkit.OfflinePlayer player) booleanisBedrockPlayer(org.bukkit.entity.Player player) booleanisForce()voidvoidvoid
-
Constructor Details
-
EmojiModule
public EmojiModule()
-
-
Method Details
-
onEnable
-
onDisable
-
reloadConfig
public void reloadConfig()- Specified by:
reloadConfigin interfaceModule
-
getListeners
- Specified by:
getListenersin interfaceModule
-
getCommands
Description copied from interface:ModuleCommand names this module owns, matching entries in plugin.yml.- Specified by:
getCommandsin interfaceModule
-
getName
-
getExecutor
- Specified by:
getExecutorin interfaceModule
-
getTabCompleter
- Specified by:
getTabCompleterin interfaceModule
-
applyEmojis
-
getEmojiChar
-
isBedrockPlayer
public boolean isBedrockPlayer(org.bukkit.entity.Player player) -
isBedrockOfflinePlayer
public boolean isBedrockOfflinePlayer(org.bukkit.OfflinePlayer player) -
getEmojiMap
-
getPackHash
-
getPlugin
-
isForce
public boolean isForce() -
getPackUrl
-
createPack
-