Skip to content

Methods fetched via reflection are renamed, but not fields #78

@libraryaddict

Description

@libraryaddict

Entity.class.getMethod("MethodName") will be remapped properly.

However, I'm not sure why it's not supported, but Entity.class.getField("FieldName") will not be remapped.

Seems like a bit of a weird oversight.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions