mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 11:25:33 +00:00
Better decimal support (For ABCs with minor version 17)
This commit is contained in:
@@ -46,6 +46,8 @@ public class DottedChain implements Serializable, Comparable<DottedChain> {
|
||||
public static final DottedChain ARRAY = new DottedChain(new String[]{"Array"});
|
||||
|
||||
public static final DottedChain NUMBER = new DottedChain(new String[]{"Number"});
|
||||
|
||||
public static final DottedChain DECIMAL = new DottedChain(new String[]{"decimal"});
|
||||
|
||||
public static final DottedChain OBJECT = new DottedChain(new String[]{"Object"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user