Class SimplePlaceholder<T>
java.lang.Object
ml.karmaconfigs.api.common.utils.placeholder.util.Placeholder<T>
ml.karmaconfigs.api.common.utils.placeholder.SimplePlaceholder<T>
- Type Parameters:
T- the placeholder type
Karma simple placeholder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ml.karmaconfigs.api.common.utils.placeholder.util.Placeholder
toString
-
Constructor Details
-
SimplePlaceholder
Simple karma placeholder- Parameters:
k- the placeholder keyval- the placeholder value
-
-
Method Details
-
getKey
Get the placeholder key- Specified by:
getKeyin classPlaceholder<T>- Returns:
- the placeholder key
-
getValue
Get the placeholder value- Specified by:
getValuein classPlaceholder<T>- Parameters:
container- the placeholder container- Returns:
- the placeholder value
-
getType
Get the placeholder type- Specified by:
getTypein classPlaceholder<T>- Returns:
- the placeholder type
-