Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

  • Author

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.