Class PlatformImpl

java.lang.Object
me.shedaniel.architectury.platform.forge.PlatformImpl

public class PlatformImpl extends Object
  • Constructor Details

    • PlatformImpl

      public PlatformImpl()
  • Method Details

    • getGameFolder

      public static Path getGameFolder()
    • getConfigFolder

      public static Path getConfigFolder()
    • getModsFolder

      public static Path getModsFolder()
    • getEnvironment

      public static me.shedaniel.architectury.utils.Env getEnvironment()
    • getEnv

      public static net.minecraftforge.api.distmarker.Dist getEnv()
    • isModLoaded

      public static boolean isModLoaded(String id)
    • getMod

      public static me.shedaniel.architectury.platform.Mod getMod(String id)
    • getMods

      public static Collection<me.shedaniel.architectury.platform.Mod> getMods()
    • getModIds

      public static Collection<String> getModIds()
    • isDevelopmentEnvironment

      public static boolean isDevelopmentEnvironment()