Jump to content

Recommended Posts

Posted

Yes i have heard of them because i was using it, i removed it because i thought it may of had an effect on it.

And its not that one of the ores is null because they are all active blocks that have their own drops.

Posted

Ok, so how do i go about fixing this? Do i need to move the array to my world gen file or just completly remove it? Sorry for asking and not doing but i am not on my pc. Thanks.

Posted

You are storing just null inside the array. At the point where the array is created, all the fields you are referencing to create it are still null. Even if you are assigning something to the fields later on, the array is already created and not affected by that.

 

That's interesting -- why doesn't Eclipse complain about that?  I didn't know you could refer to a declared but uninitialized field.  Are object fields initialized as null (I guess it makes some sense from a memory reservation point of view or something) as soon as they're declared?

 

Just surprised Eclipse doesn't warn about something like that....

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

And I bet Intellij would complain about this, although I haven't tested. It's error-detecting algorithms are much better than the trivial tests that eclipse does (yes, shameless plug).

I keep finding more and more reasons to switch to Intellij... Good thing i already did :)

I am the author of Draconic Evolution

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.