Interface BungeeChatPlaceHolder
-
- All Known Implementing Classes:
PlaceHolder
public interface BungeeChatPlaceHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getName()
String
getReplacement(String name, BungeeChatContext context)
boolean
isContextApplicable(BungeeChatContext context)
default boolean
matchesName(String name)
-
-
-
Method Detail
-
isContextApplicable
boolean isContextApplicable(BungeeChatContext context)
-
matchesName
default boolean matchesName(String name)
-
getReplacement
String getReplacement(String name, BungeeChatContext context)
-
getName
String getName()
-
-