Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. 4

    Question How to make gold bracelets at furnace

    Hi guys, so I've been working on a gold bracelet making bot. Here is the function used to smelt once the bot has detected a full inventory of gold bars and a mould: public void execute() { GameObject furnace =...
  2. silencep44

    Resolved Get the text displayed from interface components

    I'm trying to read a string from the blast furnace bar dispenser interface ("Coal in furnace: 130"), this is in the interfacecomponent [27,107] I suspect. But when I try to use .getText() it returns "Coal to add: %2". This is a really annoying problem that I run into all the time. Is there any...
  3. M

    Question Accessing Interfaces

    Hi everyone, I'm trying to make my first bot, but am stuck at some steps : -Detecting whether an Interface like this is open -Finding the "orb" component and clicking "make x" I've looked at the API documentation, but can't wrap my head around it. Any help would be much appreciated, thanks!
  4. M

    Resolved Is retrieving Interfaces by ID frowned upon?

    Hey everyone. I am familiar with both Interfaces#getAt and Interfaces#newQuery methods of finding an Interface on the screen. My question is, is it considered bad practice to retrieve either an Interface or InterfaceComponent directly by it's ID? I read in another thread that Interfaces#getAt...
  5. conmiro

    Question Retrieve ItemDefinition from InterfaceComponent?

    I was wondering if there's a way to get the item definition of the item being portrayed by the texture in an InterfaceComponent? For example, when you search for an item in the G.E., the item you select is displayed in a small box in the offer interface. I want to get the item that is being...
Top