12 lines
377 B
ReStructuredText
12 lines
377 B
ReStructuredText
MCEdit 2 Plugin Development
|
|
===========================
|
|
|
|
A plugin for MCEdit 2 is a Python module that defines one or more Plugin classes
|
|
and then registers them with MCEdit. These classes are instantiated once for each
|
|
Editor Session and called on by MCEdit in response to various user actions.
|
|
|
|
.. toctree::
|
|
plugin_basics
|
|
plugin_tasks
|
|
plugin_types
|
|
plugin_examples |