Jump to content

Recommended Posts

Posted

Hello everyone.

 

I have something quite strange here. I am trying to make a block drop an item when broken. Should be as simple as getItemDropped like so:

        public Item getItemDropped(int par1, Random rand, int par2) {		
	return ItemHandler.gemSapphire;
}

 

right?

 

Well, wrong... somehow this isn't working. This method has even been copied directly Block.class yet somehow it still doesn't override it, and when my block is broken, it just drops the block.

 

Now this is strange, because it is trying to override it, I think, but for some reason can't. When I pressed control, and clicked open super implementation, eclipse crashed, and this tells me that this isn't a problem with my code. I have even put an @Override annotation above the method and it gives me an error saying "The method getItemDropped(int, Random, int) of type SapphireOre must override or implement a supertype method"

 

What can I do? I know that I have got the method right, no spelling mistakes etc. but it still doesn't work.

 

Thanks.

I ask complicated questions, and apparently like to write really long detailed posts. But I also help others when I can.

Posted

Okay thanks.

 

You were right. I had accidentally imported Scala.util.Random instead of Java.util.Random. Just a silly mistake... oops.

I ask complicated questions, and apparently like to write really long detailed posts. But I also help others when I can.

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.