Class NMSUtils

java.lang.Object
net.apartium.cocoabeans.spigot.NMSUtils

@AvailableSince("0.0.40") public class NMSUtils extends Object
General utility methods for interacting with NMS
  • Method Details

    • formatNMS

      public static String formatNMS(String path)
      Formats the 'net.minecraft.server' path into a formatted path
      Parameters:
      path - the provided path
      Returns:
      the formatted path
    • formatOBC

      public static String formatOBC(String path)
      Formats the 'org.bukkit.craftbukkit' path into a formatted path
      Parameters:
      path - the provided path
      Returns:
      the formatted path