Class FileEndings

java.lang.Object
de.luckymcdev.foundryengine.client.util.FileEndings

public class FileEndings extends Object
Maps file extensions to file icons.
  • Constructor Details

    • FileEndings

      public FileEndings()
  • Method Details

    • getFileIcon

      public static String getFileIcon(String fileName)
      Returns the FontAwesome icon string for the given file name based on its extension.
    • getExtension

      public static String getExtension(String fileName)