Class DynamicMaps
java.lang.Object
tfagaming.projects.minecraft.homestead.integrations.DynamicMaps
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic BlueMapAPIstatic DynmapAPIstatic Pl3xMapAPIstatic SquaremapAPI -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic voidApply or create new instances for each web map renderer plugin.
-
Field Details
-
DYNMAP_INSTANCE
-
PL3XMAP_INSTANCE
-
SQUAREMAP_INSTANCE
-
BLUEMAP_INSTANCE
-
-
Method Details
-
trigger
Apply or create new instances for each web map renderer plugin.Targets: dynmap, Pl3xMap, squaremap, and BlueMap
- Parameters:
instance- Homestead's instance
-
isDynmapInstalled
public static boolean isDynmapInstalled() -
isPl3xMapInstalled
public static boolean isPl3xMapInstalled() -
isSquaremapInstalled
public static boolean isSquaremapInstalled() -
isBlueMapInstalled
public static boolean isBlueMapInstalled()
-