mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
shown only the constant pool(s) in pcode editor
This commit is contained in:
@@ -66,6 +66,10 @@ public class Helper {
|
||||
|
||||
public static String newLine = System.getProperty("line.separator");
|
||||
|
||||
public static String hexData = "#hexdata";
|
||||
|
||||
public static String constants = "#constants";
|
||||
|
||||
public static String decompilationErrorAdd = null;
|
||||
|
||||
private static final Map<String, Area> shapeCache = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user