Posted January 13, 201411 yr Anyone know why when your in Eclipse, and you do things like sending messages, the server sends like 50 to the client. Yet, when you run in final mode, it doesn't do it? Eh?
January 13, 201411 yr More information required. Possibly code. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 13, 201411 yr Author All my mod is EntityPlayer.addChatMessage("This sucks"); and when its called by the server, its running like 10x times in Eclipse. Compile the mod and run it normally, it only says it once. Its not really a problem, just annoying.
January 13, 201411 yr ...It's....kind of important to know WHERE you have that chat line... Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 14, 201411 yr Author Sorry, Its called after in a GUI on button actions. button.id == 0 ( Print hello ).
January 14, 201411 yr Try something for me: Does it always print the line, even when you're doing nothing? Does it only print the line while you're holding the button down? What? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 15, 201411 yr Author Well, My guess is that when you press the button in debug mode, it runs slower and assumes your hitting the button more than you are? I guess when modding, we should put protection in so it doesn't run the code like 50x times.
January 15, 201411 yr My guess is that... </did not perform tests> Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 24, 201411 yr Author Found out the issue was I was drawing a new button every drawscreen. Which caused lag. Should create buttons in InitGui then display them if you want in the drawscreen.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.