FabricMC / kotlin-fabric-discord-bot

The discord bot previously used in the fabric discord server.
MIT License
5 stars 7 forks source link

Add mixin target selector to mappings command lookup #29

Open i509VCB opened 3 years ago

i509VCB commented 3 years ago

This would simply also include a JVM style signature for use in mixin with a mapping query/lookup.

Example lookup for TradeOffers.Factory#create would yield the following in the response:

Lnet/minecraft/village/TradeOffers$Factory;create(Lnet/minecraft/entity/Entity;Ljava/util/Random;)Lnet/minecraft/village/TradeOffer;