Class DynmapAPI
java.lang.Object
tfagaming.projects.minecraft.homestead.integrations.maps.AbstractMapIntegration
tfagaming.projects.minecraft.homestead.integrations.maps.DynmapAPI
-
Nested Class Summary
Nested classes/interfaces inherited from class tfagaming.projects.minecraft.homestead.integrations.maps.AbstractMapIntegration
AbstractMapIntegration.GeoDirection -
Field Summary
FieldsFields inherited from class tfagaming.projects.minecraft.homestead.integrations.maps.AbstractMapIntegration
CONFIG_PATH, LAYER_LABEL, plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChunkMarker(Region region, RegionChunk chunk) voidvoidsetMarkerSet(org.dynmap.markers.MarkerSet markerSet) voidupdate()Methods inherited from class tfagaming.projects.minecraft.homestead.integrations.maps.AbstractMapIntegration
getConfigBoolean, getConfigInt, getConfigString, getTransparencyFill, getTransparencyOutline, isNeighborClaimed, resolveChunkColor, resolveHoverText, resolvePlainLabel, resolveRegionWorld
-
Field Details
-
markerSet
public static org.dynmap.markers.MarkerSet markerSet
-
-
Constructor Details
-
DynmapAPI
-
-
Method Details
-
clearAllMarkers
public void clearAllMarkers()- Specified by:
clearAllMarkersin classAbstractMapIntegration
-
update
public void update()- Specified by:
updatein classAbstractMapIntegration
-
addChunkMarker
-
setMarkerSet
public void setMarkerSet(org.dynmap.markers.MarkerSet markerSet)
-