Uses of Class
net.minecraftforge.fml.loading.FMLPaths
-
Packages that use FMLPaths Package Description net.minecraftforge.fml.loading -
-
Uses of FMLPaths in net.minecraftforge.fml.loading
Methods in net.minecraftforge.fml.loading that return FMLPaths Modifier and Type Method Description static FMLPaths
FMLPaths. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FMLPaths[]
FMLPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraftforge.fml.loading with parameters of type FMLPaths Constructor Description FMLPaths(boolean isDir, FMLPaths parent, java.lang.String... path)
-