7576777879808182838485
for (MethodInfo methodInfo : mixinMethods) { for (Method method : methodInfo.containingClass.getMethods()) { String methodName = method.getName(); if (methodName.equals(methodInfo.methodName)) { builder.addMethod(method, methodInfo.rename); } } } }
7778798081828384858687
7879808182838485868788