Uses of Interface
studio.magemonkey.codex.legacy.placeholder.PlaceholderData
Packages that use PlaceholderData
-
Uses of PlaceholderData in studio.magemonkey.codex.legacy.placeholder
Methods in studio.magemonkey.codex.legacy.placeholder that return PlaceholderDataModifier and TypeMethodDescriptionstatic <T> PlaceholderData<T> PlaceholderData.valueOf(String fullName, String objectName, PlaceholderItem<T> item) Methods in studio.magemonkey.codex.legacy.placeholder that return types with arguments of type PlaceholderDataModifier and TypeMethodDescriptionstatic Map<String, Collection<PlaceholderData<?>>> PlaceholderData.parseString(org.bukkit.plugin.Plugin api, String str, boolean warn) Get collectiona of used placeholders grouped by object name in given string.Method parameters in studio.magemonkey.codex.legacy.placeholder with type arguments of type PlaceholderDataModifier and TypeMethodDescriptionstatic net.md_5.bungee.api.chat.BaseComponentPlaceholderType.replaceGlobal(net.md_5.bungee.api.chat.BaseComponent component, Map<String, Collection<PlaceholderData<?>>> placeholders) Replace global placeholders in given component.