mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 07:17:47 +00:00
highlight parameter added
This commit is contained in:
@@ -36,8 +36,8 @@ public class BlockItem extends GraphTargetItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List<Object> localData) {
|
||||
return "{\r\n" + Graph.graphToString(commands, localData) + "\r\n}";
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return "{\r\n" + Graph.graphToString(commands, highlight, localData) + "\r\n}";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user