Unable to find usages of method in MC source code IntelliJ IDEA #5465
Unanswered
TechPro424
asked this question in
Mod Dev Support
Replies: 1 comment
|
You need to generate and attach sources. The Decompile with Vineflower option does both (usually). If you generated sources by run the Gradle task, you need to manually attached as described in the docs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Hi
I'm looking at the source of
net.minecraft.world.item.CreativeModeTab;,when I go to the
buildContentsmethod defined there and right click on the method and select "Find Usages" (I'm using IntelliJ IDEA), it does not return any results beyond my own references to the method in my mixins (I want to see it's usages in the MC src code, I stumbled upon one usage inCreativeModeTabsusing Ctrl + F, even this usage is not shown by "Find Usages"I even set the scope to "All Places" after running
genSources, no errors were thrown, even my access widener workedPlease help me out and ping me when replying
All reactions