Class ComponentPlaceholderHelper
java.lang.Object
com.pixelmonmod.pixelmon.api.context.placeholder.ComponentPlaceholderHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> net.minecraft.network.chat.Component
replace
(net.minecraft.network.chat.Component component, Object value, ContextPlaceholder<?>... placeholders) static <A> net.minecraft.network.chat.Component
replacePlaceholders
(net.minecraft.network.chat.Component component, A value, ContextPlaceholder<A>... placeholders)
-
Constructor Details
-
ComponentPlaceholderHelper
public ComponentPlaceholderHelper()
-
-
Method Details
-
replace
public static <A> net.minecraft.network.chat.Component replace(net.minecraft.network.chat.Component component, Object value, ContextPlaceholder<?>... placeholders) -
replacePlaceholders
public static <A> net.minecraft.network.chat.Component replacePlaceholders(net.minecraft.network.chat.Component component, A value, ContextPlaceholder<A>... placeholders)
-