XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • OS: Windows 10

      Processor: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz

    • CraftBukkit version git-Spigot-3cb9dcb-40cbae4 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
    • Yes

      Issue with Spigot-API:

      I believe there is a misspelled function name in "World.java" (the world class in "org.bukkit"). The function to get the unique identifier of the world is spelled wrong if you are comparing it to the rest of the API. 

      Expected:

      I expect the function name to be "getUniqueId".

      World world;
      world.getUniqueId();

      Actual:

      What the actual function name is "getUID".

      World world;
      world.getUID();

      This is a very minor bug, however, I believe one of the goals of the Spigot API is to have consistency. 

            Unassigned Unassigned
            Hiztree Hiztree
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: