Interface Plugin
public interface Plugin
-
Method Summary
Modifier and TypeMethodDescriptionGet thePlayerIconFactorythat bluemap is using to convert a player-skin into the icon-image that is used for the Player-MarkersGet theSkinProviderthat bluemap is using to fetch player-skinsvoidsetPlayerMarkerIconFactory(PlayerIconFactory playerMarkerIconFactory) Set thePlayerIconFactorythat bluemap will use to convert a player-skin into the icon-image that is used for the Player-MarkersvoidsetSkinProvider(SkinProvider skinProvider) Sets theSkinProviderthat bluemap will use to fetch new player-skins.
-
Method Details
-
getSkinProvider
SkinProvider getSkinProvider()Get theSkinProviderthat bluemap is using to fetch player-skins- Returns:
- the
SkinProviderinstance bluemap is using
-
setSkinProvider
Sets theSkinProviderthat bluemap will use to fetch new player-skins.- Parameters:
skinProvider- The newSkinProviderbluemap should use
-
getPlayerMarkerIconFactory
PlayerIconFactory getPlayerMarkerIconFactory()Get thePlayerIconFactorythat bluemap is using to convert a player-skin into the icon-image that is used for the Player-Markers- Returns:
- The
PlayerIconFactorybluemap uses to convert skins into player-marker icons
-
setPlayerMarkerIconFactory
Set thePlayerIconFactorythat bluemap will use to convert a player-skin into the icon-image that is used for the Player-Markers- Parameters:
playerMarkerIconFactory- ThePlayerIconFactorybluemap uses to convert skins into player-marker icons
-