Class PlaceholderReplacer
java.lang.Object
ua.mcchickenstudio.opencreative.indev.messages.PlaceholderReplacer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.text.Componentapply(@NotNull net.kyori.adventure.text.Component input) @NotNull net.kyori.adventure.text.ComponentapplyPlayer(@NotNull net.kyori.adventure.text.Component input, @NotNull org.bukkit.OfflinePlayer player) @NotNull net.kyori.adventure.text.TextReplacementConfigget()
-
Constructor Details
-
PlaceholderReplacer
-
-
Method Details
-
get
@NotNull public @NotNull net.kyori.adventure.text.TextReplacementConfig get() -
apply
@NotNull public @NotNull net.kyori.adventure.text.Component apply(@NotNull @NotNull net.kyori.adventure.text.Component input) -
applyPlayer
@NotNull public @NotNull net.kyori.adventure.text.Component applyPlayer(@NotNull @NotNull net.kyori.adventure.text.Component input, @NotNull @NotNull org.bukkit.OfflinePlayer player)
-