I am opening a minecraft class folder with notepad++. But whenever I open it, it just has a bunch of boxes that say Nul, DC1, SO, SOH, FF, STX, ect… On guides I see that the class file opens just fine, what am I doing wrong?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are trying to edit a compiled Java class.
It’s not a text file, so you can’t edit it with a text editor. You want a
.javafile, and I don’t believe Minecraft is open source.Check your guides again, you’ve likely strayed from the path on which they were intending to lead you.