Skip to content

Classes remapped to the default package shouldn't be imported #16

Open
@phase

Description

@phase

If a class is remapped to the default package, any imports for it should be removed.

Currently:

import net.minecraft.client.MinecraftClient
  vvv
import ave

should be:

import net.minecraft.client.MinecraftClient
  vvv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions