Uses of Class
de.marcely.bedwars.api.message.PlayerLocaleFetcher
Packages that use PlayerLocaleFetcher
Package
Description
Classes dedicated building and sending messages to players.
-
Uses of PlayerLocaleFetcher in de.marcely.bedwars.api.message
Methods in de.marcely.bedwars.api.message that return PlayerLocaleFetcherModifier and TypeMethodDescriptionMessageAPI.getDefaultLocaleFetcher()
Returns the default PlayerLocaleFetcher initiated by the MBedwars pluginMessageAPI.getLocaleFetcher()
Get the active instance that fetches the locale of a player.Methods in de.marcely.bedwars.api.message with parameters of type PlayerLocaleFetcherModifier and TypeMethodDescriptionvoid
MessageAPI.setLocaleFetcher
(PlayerLocaleFetcher fetcher) Set the active instance that fetches the locale of a player.