Class EmojiModule

java.lang.Object
com.haven.havenplugin.EmojiModule
All Implemented Interfaces:
Module

public class EmojiModule extends Object implements Module
  • Constructor Details

    • EmojiModule

      public EmojiModule()
  • Method Details

    • onEnable

      public void onEnable(Main plugin)
      Specified by:
      onEnable in interface Module
    • onDisable

      public void onDisable()
      Specified by:
      onDisable in interface Module
    • reloadConfig

      public void reloadConfig()
      Specified by:
      reloadConfig in interface Module
    • getListeners

      public List<org.bukkit.event.Listener> getListeners()
      Specified by:
      getListeners in interface Module
    • getCommands

      public List<String> getCommands()
      Description copied from interface: Module
      Command names this module owns, matching entries in plugin.yml.
      Specified by:
      getCommands in interface Module
    • getName

      public String getName()
      Specified by:
      getName in interface Module
    • getExecutor

      public org.bukkit.command.CommandExecutor getExecutor(String command)
      Specified by:
      getExecutor in interface Module
    • getTabCompleter

      public org.bukkit.command.TabCompleter getTabCompleter(String command)
      Specified by:
      getTabCompleter in interface Module
    • applyEmojis

      public String applyEmojis(String text)
    • getEmojiChar

      public String getEmojiChar(String name)
    • isBedrockPlayer

      public boolean isBedrockPlayer(org.bukkit.entity.Player player)
    • isBedrockOfflinePlayer

      public boolean isBedrockOfflinePlayer(org.bukkit.OfflinePlayer player)
    • getEmojiMap

      public Map<String,String> getEmojiMap()
    • getPackHash

      public String getPackHash()
    • getPlugin

      public Main getPlugin()
    • isForce

      public boolean isForce()
    • getPackUrl

      public String getPackUrl()
    • createPack

      public List<String> createPack() throws Exception
      Throws:
      Exception