Posted August 19, 201312 yr Hello because of keeping my mod compatible I'm searching for a method, which runs every tick but is not in a standart minecraft class. I've already implemented my code in "Entity onUpdate" and it works. So the method should assign a Entity. I know that i know nothing! (Socrates)
August 20, 201312 yr Please explain what you are wanting in more detail. Also, try using CTRL + H to search for any method you want etc. It is extremely useful I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
August 20, 201312 yr Author I've already searched for it but found nothing. I want a methode which, i can define in my mod class but which calls minecraft every tick. e.g. like the methode onUpdate in Entity I know that i know nothing! (Socrates)
August 20, 201312 yr Ahhh.... That makes more sense. Try a TickHandler, I mean, they are called that for a reason... A TickHandler gets called very tick. And you can choose what kind of tick as well I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
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.