Uses of Class
me.croabeast.takion.placeholder.Placeholder
Packages that use Placeholder
-
Uses of Placeholder in me.croabeast.takion.message
Methods in me.croabeast.takion.message with parameters of type PlaceholderModifier and TypeMethodDescription<T> MessageSenderMessageSender.addPlaceholder(Placeholder<T> placeholder) Adds aPlaceholderto be applied in the message.MessageSender.addPlaceholders(Placeholder<?>... placeholders) Adds multiple placeholders from an array.Method parameters in me.croabeast.takion.message with type arguments of type PlaceholderModifier and TypeMethodDescriptionMessageSender.addPlaceholders(Collection<? extends Placeholder<?>> placeholders) Adds multiple placeholders from a collection. -
Uses of Placeholder in me.croabeast.takion.placeholder
Methods in me.croabeast.takion.placeholder with parameters of type PlaceholderModifier and TypeMethodDescription<T> booleanPlaceholderManager.load(Placeholder<T> placeholder) Loads a placeholder into the manager.Constructors in me.croabeast.takion.placeholder with parameters of type PlaceholderModifierConstructorDescriptionPlaceholder(Placeholder<T> placeholder) Copy constructor that creates a newPlaceholderbased on an existing one.