Jump to content

Why does the Mojang do that?


DragonITA

Recommended Posts

I do not understand why the Mojang does not explain what its functions are. Since you don't have a web site where some functions are explained and don't always tell our IDE what they do (for example Eclipse tells me what the DeferredRegister does but not what the function ModelRenderer.render does). Why does the Mojang do it?

New in Modding? == Still learning!

Link to comment
Share on other sites

DeferredRegister is a Type provided by Forge, not by Mojang. Forge code is usually well documented.  
Since the original source code of the game is decompiled, it does not come with comments by default. Comments are usually added via patches, which are a part of Forge.
Mojang might have proper comments and documentation internally, we will likely never know. If they do not choose to share them, that is likely due to legal reasons.

You can contribute to the documentation comments by contributing to the forge project itself. 

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.