Ice2670
Members-
Posts
60 -
Joined
-
Last visited
Everything posted by Ice2670
-
the problem is not about that simple logic, i ask for help because that is the logic i want to achieve. It is rather because I don't know whether the "counter" means a built in method for the update() or is it just a number you create in your class. Even if it is just a number you create, how do i know if java has some "none sense" rules for a counter? You never know how the creater of java thinks!
-
and rudeness is what you get for imposing your idea and way of learning to others. And by the way, i DID NOT copy anyone's working code cause the example is not gonna work for my code if i copy! i actually already get what a counter is before he post the example! it just because you act like an asshole so i replied ok?! I really don't like you kind of people and don't need your help, so please, add me to your ignore least. you mother fucker!
-
that is a really BAD definition for professional computer programmer. i tried google "counter" in programming and it gives me program counter which is NOT what i need. It is an answer that you think is easy to find yet it's not. I need a very simple example just to understand what a counter means, it is definitely NOT a hard thing for you guys to do. Even if you don't, i won't blame you for that cause it is not you obligation to tell me what i asked. But, when someone give me an example which is just enough for me to understand what a counter is, it is your problem to ask him/her to delete that, and in my opinion that behavior is extremely RUDE! So, in that sense you are already in no position to have my respect.
-
What you say is ridiculous. I'll need to understand what you are saying so that i can learn, but most of the time it is really hard to understand what you say with out an example. For example, what i don't understand is "counter", it is a term that others may don't understand. you should say an int++ in update() can be a counter, or show me that update{int++ } is a counter. other wise HOW I'm I suppose to learn??
-
ok, now i create an empty registerEntityRenders() to common proxy and then override it in client proxy, then i call this method in Main with proxy.registerEntityRenders(), where proxy is Common proxy, would that work?
-
thanks for replying! can i use @Sideonly(Side.Client) to solve this problem?