Class PlayerPlaceholderParser
java.lang.Object
org.screamingsandals.simpleinventories.bukkit.placeholders.PlayerPlaceholderParser
- All Implemented Interfaces:
org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser
public class PlayerPlaceholderParser
extends Object
implements org.screamingsandals.simpleinventories.placeholders.IPlaceholderParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessPlaceholder
(String key, org.screamingsandals.lib.player.PlayerWrapper playerWrapper, org.screamingsandals.simpleinventories.inventory.PlayerItemInfo item, String[] arguments)
-
Constructor Details
-
PlayerPlaceholderParser
public PlayerPlaceholderParser()
-
-
Method Details
-
processPlaceholder
public String processPlaceholder(String key, org.screamingsandals.lib.player.PlayerWrapper playerWrapper, org.screamingsandals.simpleinventories.inventory.PlayerItemInfo item, String[] arguments) - Specified by:
processPlaceholder
in interfaceorg.screamingsandals.simpleinventories.placeholders.IPlaceholderParser
-