User Tools

Site Tools


Setup

Basics

Advanced

Items

Blocks and Block Entities

Fluids

Entities

World Generation

Recipe Types

Miscellaneous

Events

Mixins

Dynamic Data Generation

Tutorials for Minecraft 1.14

Documentation

tutorial:mixin_export

Exporting Mixin Classes

When debugging mixins, it's useful to be able to see the finalized classes with your changes and injects inserted. Mixin provides a flag that allows for this:

-Dmixin.debug.export=true

This should be placed in your VM options. Once your classes have been loaded, they will appear in \run\.mixin.out

Notes

Some classes may not appear until the game is running (or a world is loading).

tutorial/mixin_export.txt · Last modified: 2020/03/15 17:41 by draylar