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,

I'm having some issues w/ an extended item-class.

 

I'd like to store a block's ID/information on a left click w/ the item. Unfortunately, there seems to be no onLeftClick()-method in any of the super-classes.

 

The only method that triggers on left click is getStrVsBlock(), but it seems to run 4 times on the server (checked that via test on !world.isRemote). This alters the functionality and can cause a "net.minecraft.util.ReportedException: Ticking memory connection"-exception.

 

Is there any alternative to this method or any way to prevent it running more than once?

 

Thanks in advance!

 

    /**
     * LEFT CLICK
     * Against block hit
     * Triggers a couple of times (depending on tick?) 
     */
    @Override
    public float getStrVsBlock(ItemStack par1ItemStack, Block par2Block)
    {
    // TODO: net.minecraft.util.ReportedException: Ticking memory connection
    	try {
		if(!getWorldObj().isRemote){
			if(ConfigurationSettings.useRightClickSelection){
				BlockValueAlgorithm.getInstance().setBlockStorage(par2Block.blockID);
			}
		}
	} catch (Exception e) {
		// TODO Auto-generated catch block
		e.printStackTrace();
	}
    	return 0.1f;
    }

 

P.s: The forum is incredibly slow, I'm getting timeouts litteraly on every 2nd try. Maybe you're having a server issue there?

rtt min/avg/max/mdev = 159.146/188.110/476.936/45.722 ms

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.