Class SocialInjectedPlaceholder
java.lang.Object
ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue<TextComponent,SocialInjectedPlaceholder>
ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue.Identified<TextComponent,SocialInjectedPlaceholder>
ovh.mythmc.social.api.text.injection.value.SocialInjectedPlaceholder
- All Implemented Interfaces:
SocialInjectedValue<TextComponent,SocialInjectedPlaceholder>
public class SocialInjectedPlaceholder
extends AbstractSocialInjectedValue.Identified<TextComponent,SocialInjectedPlaceholder>
A
SocialInjectedValue wrapping a
SocialContextualPlaceholder.
The placeholder is created dynamically with the given parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue
AbstractSocialInjectedValue.Identified<T,Self extends AbstractSocialInjectedValue.Identified<T, Self>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSocialInjectedPlaceholder(@NotNull String identifier, @NotNull TextComponent value) -
Method Summary
Methods inherited from class ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue.Identified
identifierMethods inherited from class ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue
parse, parser, value
-
Constructor Details
-
SocialInjectedPlaceholder
-