Jump to content

Recommended Posts

Posted

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!

Posted

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.

  • 1 month later...
Posted

So, i don‘t want to write a new topic, so i have another question: why Mojang use Java 8 and not the most Version of Java, so Java 13?

New in Modding? == Still learning!

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.