Skip to content

Package-private Mixin classes are marked as "unused" even if present in a config #2545

@MildestToucan

Description

@MildestToucan

Minecraft Development for IntelliJ plugin version

2025.2-1.8.9

IntelliJ version

2025.2.4 Community

Operating System

Windows 11

Target platform

Mixins

Description of the bug

When a Mixin class is declared as public, annotated, and registered in the Mixin config file, MCDev marks it as "used":

Image

However, if the class is instead made package-private, it will be marked with an "unused" warning, regardless of its presence in the config:

Image

This is a very minor issue, but is still an odd inconsistency that should be looked into.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions