Class AbstractMapIntegration
java.lang.Object
tfagaming.projects.minecraft.homestead.integrations.maps.AbstractMapIntegration
- Direct Known Subclasses:
BlueMapAPI,DynmapAPI,Pl3xMapAPI,SquaremapAPI
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprotected booleangetConfigBoolean(String path) protected intgetConfigInt(String path) protected StringgetConfigString(String path) protected intprotected intprotected booleanisNeighborClaimed(Region region, RegionChunk chunk, AbstractMapIntegration.GeoDirection direction) protected intresolveChunkColor(Region region, boolean isOperator) protected StringresolveHoverText(Region region, boolean isOperator) protected StringresolvePlainLabel(Region region) protected org.bukkit.WorldresolveRegionWorld(Region region) abstract voidupdate()
-
Field Details
-
LAYER_LABEL
- See Also:
-
CONFIG_PATH
- See Also:
-
plugin
-
-
Constructor Details
-
AbstractMapIntegration
-
-
Method Details
-
clearAllMarkers
public abstract void clearAllMarkers() -
update
public abstract void update() -
resolveRegionWorld
-
resolveHoverText
-
resolvePlainLabel
-
resolveChunkColor
-
isNeighborClaimed
protected boolean isNeighborClaimed(Region region, RegionChunk chunk, AbstractMapIntegration.GeoDirection direction) -
getConfigString
-
getConfigInt
-
getConfigBoolean
-
getTransparencyFill
protected int getTransparencyFill() -
getTransparencyOutline
protected int getTransparencyOutline()
-