1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

getting slots

Discussion in 'Facepalm' started by Teamblocket, Jul 7, 2017.

  1. Teamblocket

    Teamblocket Zombie

    Messages:
    301
    GitHub:
    teamblocket
    Hey, How can i get a item thats in a chest , i want to get slot 10 in a chest inventory but idk how.
     
  2. Teamblocket

    Teamblocket Zombie

    Messages:
    301
    GitHub:
    teamblocket
  3. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Assuming $chest is an instanceof Chest (the title):
    PHP:
    $chest->getInventory()->getItem(9);
    Can people please learn reading the source code....
     
  4. Teamblocket

    Teamblocket Zombie

    Messages:
    301
    GitHub:
    teamblocket
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.