Interface Plugin
public interface Plugin
-
Method Summary
Modifier and TypeMethodDescriptionGet thePlayerIconFactory
that bluemap is using to convert a player-skin into the icon-image that is used for the Player-MarkersGet theSkinProvider
that bluemap is using to fetch player-skinsvoid
setPlayerMarkerIconFactory
(PlayerIconFactory playerMarkerIconFactory) Set thePlayerIconFactory
that bluemap will use to convert a player-skin into the icon-image that is used for the Player-Markersvoid
setSkinProvider
(SkinProvider skinProvider) Sets theSkinProvider
that bluemap will use to fetch new player-skins.
-
Method Details
-
getSkinProvider
SkinProvider getSkinProvider()Get theSkinProvider
that bluemap is using to fetch player-skins- Returns:
- the
SkinProvider
instance bluemap is using
-
setSkinProvider
Sets theSkinProvider
that bluemap will use to fetch new player-skins.- Parameters:
skinProvider
- The newSkinProvider
bluemap should use
-
getPlayerMarkerIconFactory
PlayerIconFactory getPlayerMarkerIconFactory()Get thePlayerIconFactory
that bluemap is using to convert a player-skin into the icon-image that is used for the Player-Markers- Returns:
- The
PlayerIconFactory
bluemap uses to convert skins into player-marker icons
-
setPlayerMarkerIconFactory
Set thePlayerIconFactory
that bluemap will use to convert a player-skin into the icon-image that is used for the Player-Markers- Parameters:
playerMarkerIconFactory
- ThePlayerIconFactory
bluemap uses to convert skins into player-marker icons
-