Uses of Class
com.zetaplugins.zetacore.services.papi.PapiExpansionService
Packages that use PapiExpansionService
-
Uses of PapiExpansionService in com.zetaplugins.zetacore.services.papi
Methods in com.zetaplugins.zetacore.services.papi that return PapiExpansionServiceModifier and TypeMethodDescriptionPapiExpansionService.addAnnotatedPlaceholders(Object obj) Adds annotated placeholders from the given object.PapiExpansionService.addPlaceholder(String key, PlaceholderFunction function) Adds a placeholder to the expansion.PapiExpansionService.setIdentifier(String identifier) PapiExpansionService.setPlaceholders(Map<String, PlaceholderFunction> placeholders) Sets the placeholders for the expansion.PapiExpansionService.setPlayerNotFoundMessage(@Nullable String playerNotFoundMessage) Sets the message to return when a player is not found.PapiExpansionService.setPlayerNotOnlineMessage(@Nullable String playerNotOnlineMessage) Sets the message to return when a player is not online.PapiExpansionService.setVersion(String version)