Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • portalthree

portalthree

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    November 28, 2020
  • Last visited

    December 20, 2020

Community Reputation

0 Neutral

About portalthree

  • Rank
    Tree Puncher
  1. portalthree

    Check all items in a chest for a specific item [1.8.9]

    portalthree replied to portalthree's topic in Modder Support

    I'm making a mod to make hypixel skyblock players life a bit easier ig and this would save a bunch of time to everyone
    • November 28, 2020
    • 5 replies
  2. portalthree

    Check all items in a chest for a specific item [1.8.9]

    portalthree replied to portalthree's topic in Modder Support

    Where am i supposed to get 1.8.9 support then?
    • November 28, 2020
    • 5 replies
  3. portalthree

    Check all items in a chest for a specific item [1.8.9]

    portalthree posted a topic in Modder Support

    if (ToggleCommand.) { if (Minecraft.getMinecraft().instanceof GuiChest) { GuiChest = (GuiChest) Minecraft.getMinecraft().; ContainerChest = (ContainerChest) .; String = .getLowerChestInventory().getDisplayName().getUnformattedText(); if (.trim().startsWith("Select all the SILVER items!")) { System.out.println(); if(cc.getLowerChestInventory().getStackInSlot().getDisplayName().startsWith("Silver")){ System.out.println("Silver block detected"); } else { return; } } else { return; } } } I need to check all the items in cc to see if there is an item wich name start with "Silver", if i use getStackInSlot() i have to specify wich slot i want to check and that's not effecient since i'll have to copy that lign like 40 times.
    • November 28, 2020
    • 5 replies
  • All Activity
  • Home
  • portalthree
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community