Class Prcraft


  • public final class Prcraft
    extends java.lang.Object
    • Constructor Detail

      • Prcraft

        public Prcraft()
    • Method Detail

      • getLoadedMods

        @NotNull
        public static @NotNull java.util.Map<java.lang.String,​ModInfo> getLoadedMods()
      • getMod

        @NotNull
        public static @NotNull java.util.Optional<ModInfo> getMod​(java.lang.String id)
      • isModLoaded

        public static boolean isModLoaded​(java.lang.String id)
      • getRequiredMod

        @NotNull
        public static @NotNull ModInfo getRequiredMod​(java.lang.String id)
      • getPrcraft

        @NotNull
        public static @NotNull ModInfo getPrcraft()
      • getMinecraft

        @NotNull
        public static @NotNull ModInfo getMinecraft()
      • getJava

        @NotNull
        public static @NotNull ModInfo getJava()
      • getModInstance

        @Nullable
        public static @Nullable Mod getModInstance​(java.lang.String id)
      • getEventManager

        @NotNull
        public static @NotNull net.lenni0451.lambdaevents.LambdaManager getEventManager()
      • getGameDir

        public static java.nio.file.Path getGameDir()
      • getModsDir

        public static java.nio.file.Path getModsDir()
      • getConfigDir

        public static java.nio.file.Path getConfigDir()
      • findPaths

        public static java.util.stream.Stream<java.nio.file.Path> findPaths​(java.lang.String name)