Jump to content

Item.onUpdate( ... int par4, boolean par5), what is par4 and par5?


Moonrise

Recommended Posts

Hi

 

I find the best way to figure out unknown parameters is to have a look what the callers of that method provide.

So for example:

Item.onUpdate

called by

ItemStack.updateAnimation

called by

InventoryPlayer.decrementAnimations
this.mainInventory[i].updateAnimation(this.player.worldObj, this.player, i, this.currentItem == i);

which gives you a pretty obvious indication of what the last two parameters are.

 

-TGG

 

 

Link to comment
Share on other sites

Only on ClientSide:

 

[*]player's World instance

[*]the player instance

[*]inventory slot #

[*]true is above is the currently selected item

 

Link to comment
Share on other sites

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.