Posted December 13, 201212 yr i am trying to figure how how to make mine craft using a logger or what do i need to add to my logger to make it crash if certain thing are met thanks i believe it something to do with a exception or something like that
December 13, 201212 yr Crash minecraft? use System.exit(0) "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
December 14, 201212 yr If you create your own exception classes and then have the parts of your code that you want to be checked for exceptions throw your created exceptions. You need to read up and understand exceptions. Go do it... http://docs.oracle.com/javase/tutorial/essential/exceptions/ If I helped you, thank me. If I didn't, let me know.
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.