Enigma
Enigma copied to clipboard
Allow looking for references of classes used in code with .class
For example when I'm looking for BlockEntityChest I also want to be able to find it being used in this:
SomeRegistry.registerHandler(BlockEntityChest.class, new SomeHandler());