java.lang.Object
tfagaming.projects.minecraft.homestead.integrations.DynamicMaps

public final class DynamicMaps extends Object
  • Field Details

    • DYNMAP_INSTANCE

      public static DynmapAPI DYNMAP_INSTANCE
    • PL3XMAP_INSTANCE

      public static Pl3xMapAPI PL3XMAP_INSTANCE
    • SQUAREMAP_INSTANCE

      public static SquaremapAPI SQUAREMAP_INSTANCE
    • BLUEMAP_INSTANCE

      public static BlueMapAPI BLUEMAP_INSTANCE
  • Method Details

    • trigger

      public static void trigger(Homestead instance)
      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()