Jump to content

Recommended Posts

Posted

 

  Reveal hidden contents

 

 

I need help for this!!

Posted

yap the error says it

 

at net.minecraft.inventory.Container.getSlot(Container.java:138) ~[Container.class:?]

 

begins in the line 138 from Container.java

but this one could be before

 

whitouth see code and whith this 36,  iam 80% thath there is a "for" to scan the player inventory and is set to

for (int x=0;  x <= inventorysize; x++)  when it must be only  x < inventorysize 

Posted

My Tile Entity

 

  Reveal hidden contents

 

 

My GUI

 

  Reveal hidden contents

 

 

My Container

 

  Reveal hidden contents

 

 

Slot

 

  Reveal hidden contents

 

 

 

  Reveal hidden contents

 

Posted

Block

 

  Reveal hidden contents

 

 

GUI Handler

 

  Reveal hidden contents

 

 

[image]http://puu.sh/gTTNa/ccdb7c1d5d.png[/image]

  • 1 month later...
Posted

 

  Reveal hidden contents

 

Posted
  On 5/14/2015 at 8:47 AM, SteveKunG said:

 

That class on the server returns a Container (just as you said) and on the client returns a GuiContainer (not like you said).

 

public class GuiInventoryFurnace extends GuiContainer

 

  Quote
I see MBE Code they return Container on server, client return Inventory. - -

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

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.