Package me.deecaad.core.placeholder
Class PlaceholderHandler
java.lang.Object
me.deecaad.core.placeholder.PlaceholderHandler
- All Implemented Interfaces:
net.kyori.adventure.key.Keyed,org.bukkit.Keyed
- Direct Known Subclasses:
EnumPlaceholderHandler,ListPlaceholderHandler,NumericPlaceholderHandler
A PlaceholderHandler is a variable in a string. Instances of this class return the current value
of the variable, which can then be used in the string.
-
Constructor Details
-
PlaceholderHandler
public PlaceholderHandler()
-
-
Method Details