Class PlaceholderParser
java.lang.Object
org.kingdoms.locale.compiler.placeholders.PlaceholderParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Placeholder.ModifiergetModifierOf(String identifier, boolean parsed) static PlaceholderparsePlaceholder(String placeholder) static org.kingdoms.locale.compiler.placeholders.PlaceholderTypestatic org.kingdoms.locale.compiler.placeholders.PlaceholderTypeserializeVariables(Object... edits) serializeVariables(Map<String, Object> source, Object... edits) serializeVariablesIntoContext(Object... edits) serializeVariablesIntoContext(Map<String, Object> replacers, Object... edits)
-
Constructor Details
-
PlaceholderParser
public PlaceholderParser()
-
-
Method Details
-
parsePlaceholder
- Returns:
- Null of no
KingdomsPlaceholderhandler can be detected. %pointer*placeholder(@formatter)|(:function arguments)%
-
parseType
-
parseType
-
getModifierOf
-
serializeVariables
-
serializeVariables
-
serializeVariablesIntoContext
-
serializeVariablesIntoContext
-