This might be helpful to look at the API: http://docmaps.io/Mojang/Minecraft-API
Re: The Minecraft API Is Now On Github
#51Hey guys, DocMaps.io is a fun project that I have been working on. Would love any feedback.
51–53 of 53 posts
This might be helpful to look at the API: http://docmaps.io/Mojang/Minecraft-API
This might be helpful to look at the API: http://docmaps.io/Mojang/Minecraft-API
Directory structure: Minecraft-API |- src |- main |- java |- net |- minecraft |- workbench Good old Java. On my machine that means it would end up being: /home/ajf/Projects/2012/Minecraft/Minecraft-API/src/main/java/net/minecraft/workbench/ Who on earth thought deeply nested directories for packages was a good idea?
Leaving aside Java's packaging structure, if you're on Github, just use "t" and search for the filename you're looking for instead of clicking up and down the directory. hierarchy. When I found this out, it changed my life.