Jump to content

Jordanske

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Jordanske's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. My problem is that i don't know how i can access the specific inventory from the entity where the player is interacting with.
  2. But singleplayer needs GUI. and that is my problem.
  3. Hello, I am porting my mod (Cart Mod) to smp and have 2 little problems that i do not know how to solve. 1. My items use onItemRightClick() and Minecraft.objectMouseOver to interact with an entity. What the problem is that the server can't use objectMouseOver ofcourse, and other functions like "useItemOnEntity" i can't interact with the EntityPlayer. 2. In the getGuiElement() I need to return the GUI, and my GUI needs an inventory. how can i access the entity that the player is interacting with from my mod_*? public Object getGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { return new GuiChestCart(player.inventory, inventory1 , inventory2); } If need any more information just ask
×
×
  • Create New...

Important Information

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