我需要反编译一个jar文件,当我这样做时,我会在switch语句中得到这些奇怪的东西。
private String getRawToolName()
switch (1.$SwitchMap$org$bukkit$Material[getItem().getType().ordinal()])
{
case 1:
return "Diamond Axe";
case 2:
return "Diamond Pickaxe";
case 3:
return "Diamond Hoe";
case 4:
return "Diamond Shovel";
case 5:
return "Diamond Sword";
case 6:
return "Golden Axe";
case 7:
如果有人知道反编译器没有这样做或者解决这个问题的方法,那将非常感激。谢谢!