Class IO

java.lang.Object
net.pl3x.map.core.image.io.IO

public abstract class IO extends Object
  • Constructor Details

    • IO

      public IO()
  • Method Details

    • register

      public static void register()
    • register

      public static void register(@NotNull @NotNull String name, @NotNull @NotNull IO.Type type)
    • unregister

      public static void unregister()
    • unregister

      public static void unregister(@NotNull @NotNull String name)
    • get

      @NotNull public static @NotNull IO.Type get(@NotNull @NotNull String format)