Skip to content
Klemen edited this page Sep 5, 2020 · 2 revisions

This wiki is intended to be a place with some tips on MCreator development.

If you are looking for a wiki for MCreator users, go to https://mcreator.net/wiki instead.

Classes to check

When starting off with development, there are some classes to check to figure out the structure of classes and standard methods used in MCreator:

  • net.mcreator.Launcher
  • net.mcreator.ui.MCreator
  • net.mcreator.ui.modgui.*
  • net.mcreator.workspace.Workspace
  • net.mcreator.generator.Generator
  • net.mcreator.element.*

Unit/integration tests to check:

  • net.mcreator.integration.ModElementUITest
  • net.mcreator.integration.generator.*
Clone this wiki locally