-2

I am trying to Edit a dot class File for Markus Persson's game MiniCraft to add a Save button to the game. But I can't Figure out how to edit the class files.

1 Answers1

1

.class is a "compiled" Java file. You don't edit that file, you would need the Java source.

spartygw
  • 3,289
  • 2
  • 27
  • 51