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

[HELP] Itemframe BLOCK

Discussion in 'Development' started by Avra, Jul 17, 2020.

  1. Avra

    Avra Creeper

    Messages:
    1
    How to get the ID of the item that is in the frame?
     
  2. Indexfire

    Indexfire Baby Zombie

    Messages:
    137
    GitHub:
    Indexfire
    First you need the Location of the Item Frame.
    PHP:
    $frame $level->getTile($loc);
    $item $frame->getItem();
     
  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.