Class WWModIntegrations

java.lang.Object
net.frozenblock.wilderwild.mod_compat.WWModIntegrations

public final class WWModIntegrations extends Object
  • Field Details

    • FROZENLIB_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration FROZENLIB_INTEGRATION
    • BETTEREND_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration BETTEREND_INTEGRATION
    • BETTERNETHER_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration BETTERNETHER_INTEGRATION
    • BLOCKUS_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration BLOCKUS_INTEGRATION
    • EDENRING_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration EDENRING_INTEGRATION
    • TECHREBORN_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration TECHREBORN_INTEGRATION
    • TERRALITH_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration TERRALITH_INTEGRATION
    • NATURES_SPIRIT_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration NATURES_SPIRIT_INTEGRATION
    • BIOMES_O_PLENTY_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration BIOMES_O_PLENTY_INTEGRATION
    • TERRESTRIA_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration TERRESTRIA_INTEGRATION
    • REGIONS_UNEXPLORED_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration REGIONS_UNEXPLORED_INTEGRATION
    • TRAVERSE_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration TRAVERSE_INTEGRATION
    • EXCESSIVE_BUILDING_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration EXCESSIVE_BUILDING_INTEGRATION
    • SIMPLE_COPPER_PIPES_INTEGRATION

      public static final net.frozenblock.lib.integration.api.ModIntegration SIMPLE_COPPER_PIPES_INTEGRATION
  • Method Details

    • init

      public static void init()
    • register

      @NotNull public static @NotNull net.frozenblock.lib.integration.api.ModIntegrationSupplier<? extends net.frozenblock.lib.integration.api.ModIntegration> register(Supplier<? extends net.frozenblock.lib.integration.api.ModIntegration> integration, String modID)
    • register

      @NotNull public static <T extends net.frozenblock.lib.integration.api.ModIntegration> @NotNull net.frozenblock.lib.integration.api.ModIntegrationSupplier<T> register(Supplier<T> integration, Supplier<T> unloadedIntegration, String modID)
    • registerAndGet

      public static <T extends net.frozenblock.lib.integration.api.ModIntegration> net.frozenblock.lib.integration.api.ModIntegration registerAndGet(Supplier<T> integration, String modID)