Class DragonEggDropPlaceholders

java.lang.Object
wtf.choco.dragoneggdrop.placeholder.DragonEggDropPlaceholders

public final class DragonEggDropPlaceholders
extends Object
  • Method Summary

    Modifier and Type Method Description
    static PlaceholderProvider getProvider()
    Get the active placeholder provider.
    static String inject​(org.bukkit.OfflinePlayer player, String string)
    Inject placeholders into the provided string given an optional player context.
    static void inject​(org.bukkit.OfflinePlayer player, org.bukkit.inventory.ItemStack item)
    Inject placeholders into the Strings from the provided item given an optional player context.
    static org.bukkit.inventory.ItemStack injectCopy​(org.bukkit.OfflinePlayer player, org.bukkit.inventory.ItemStack item)
    Inject placeholders into the Strings from the provided item given an optional player context.
    static void registerPlaceholders​(DragonEggDrop plugin, org.bukkit.plugin.PluginManager pluginManager)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait