Skip to content

Commit 2fa78e8

Browse files
committed
Added a couple new things, made it so we can now get the previous ResultHistory and aswell as the original classData and added transformerResult to see the result of it.
previous Result is to see what the transformer before did.
1 parent 735b961 commit 2fa78e8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
package org.mangorage.bootstrap.api.transformer;
22

33
public interface ITransformerResultHistory {
4+
byte[] classData();
5+
ITransformerResultHistory previous();
6+
47
Class<?> transformer();
58
String transformerName();
69
TransformerFlag transformerFlag();
7-
byte[] classData();
10+
byte[] transformerResult();
811
}

0 commit comments

Comments
 (0)