Class OperatorIfPresentPlaceholderModule<E>
java.lang.Object
com.guflimc.brick.placeholders.api.modules.OperatorPlaceholderModule<E>
com.guflimc.brick.placeholders.api.modules.OperatorIfPresentPlaceholderModule<E>
- All Implemented Interfaces:
PlaceholderModule<E>
,PlaceholderResolver<E>
-
Field Summary
Fields inherited from class com.guflimc.brick.placeholders.api.modules.OperatorPlaceholderModule
manager, operator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.Component
resolve
(@NotNull String placeholder, @NotNull PlaceholderResolveContext<E> context) Methods inherited from class com.guflimc.brick.placeholders.api.modules.OperatorPlaceholderModule
name, parse, replace
-
Constructor Details
-
OperatorIfPresentPlaceholderModule
-
-
Method Details
-
resolve
public net.kyori.adventure.text.Component resolve(@NotNull @NotNull String placeholder, @NotNull @NotNull PlaceholderResolveContext<E> context)
-