Jump to content

Entity18

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Entity18's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm trying to make an options menu that looks like the vanilla options menu for my mod where you can toggle stuff, I want to be able to open/close it when pressing a button on my keyboard. How would I even start to do this.
  2. So I have ClientChatReceivedEvent and I want to do something about 1-3 seconds after the event was called and I tried Thread.sleep(2000) but it just locks up the entire game for 2 seconds how would I do this. Ex: ClientChatReceivedEvent and responding message 1-3 seconds after.
  3. So I want to get all the tooltip text/data from a ClientChatReceivedEvent and Im not sure how to get it. Ex: get all the text data from this with out opening the chat or hovering over it.
  4. Hello, I was trying to make a mod for forge but when I try to launch with eclipse or debug I get "Error: Could not find or load main class GradleStart", any suggestions?
×
×
  • Create New...

Important Information

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