Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

8iggy

Members
  • Joined

  • Last visited

  1. Hello! whenever I use the processrightclick method it does nothing... here's my code! using the click public void openMarketContainer() { if (Mineclub.controller != null) { Mineclub.controller.processRightClick(Mineclub.player, Mineclub.player.world, Hand.MAIN_HAND); } else { Mineclub.setController(); Mineclub.controller.processRightClick(Mineclub.player, Mineclub.player.world, Hand.MAIN_HAND); } } creating the playercontroller public static void setController() { clienthandler = Minecraft.getInstance().getConnection(); if (clienthandler != null) { controller = new PlayerController(Minecraft.getInstance(), clienthandler); Mineclub.player.sendMessage(new StringTextComponent("Created CONTROLLER"), UUID.fromString("195953ec-9073-4c89-8c96-345821c9ce14")); if (controller == null) { Mineclub.player.sendMessage(new StringTextComponent("CONTROLLER IS NULL"), UUID.fromString("195953ec-9073-4c89-8c96-345821c9ce14")); } } else { Mineclub.player.sendMessage(new StringTextComponent("Client Handler Null"), UUID.fromString("195953ec-9073-4c89-8c96-345821c9ce14")); } }
  2. 8iggy replied to 8iggy's topic in Modder Support
    I think a chest/inventory
  3. 8iggy replied to 8iggy's topic in Modder Support
    I'm trying to get a vanilla container
  4. 8iggy replied to 8iggy's topic in Modder Support
    I'm pretty sure it will be a vanilla one
  5. 8iggy replied to 8iggy's topic in Modder Support
    what is the difference?
  6. 8iggy replied to 8iggy's topic in Modder Support
    Ok let me start over. I don't have a container. No variable, No Title, No Nothing. Now I want get a container. What is the best way to do so?
  7. 8iggy replied to 8iggy's topic in Modder Support
    I'm not sure what container I want to open. Is there a way to get a container with windowId?
  8. 8iggy replied to 8iggy's topic in Modder Support
    Ok. So how would I make a INamedContainerProvider? I've never used it so I don't know how to make one.
  9. 8iggy replied to 8iggy's topic in Modder Support
    Well I'm not making a hacked client... but I can't prove it to you guys either. I'll try and do stuff more on my own from now on as it seems you don't want to help me since I'm making a "Cheat Mod".
  10. 8iggy replied to 8iggy's topic in Modder Support
    Ok. I don't fully understand what writing a server side mod means. Is there a way you could explain it better? And even if I understood I still don't know how to make a server side mod.
  11. 8iggy replied to 8iggy's topic in Modder Support
    How do you do that? And could you still answer my question? will it work on a server?
  12. I unfortunately don't own the server... so could you guys just tell me a autoreconnect mod I could use?
  13. Hello! I'm encountering an error while using api's! I'm currently using Dotenv and JDA and whenever I run them there's always an error like this. encountered an error during the sided_setup event phase java.lang.NoClassDefFoundError: /directory/class Could anyone help me out?
  14. 8iggy replied to 8iggy's topic in Modder Support
    will it work on a server?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.