mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-08 11:28:06 +00:00
Added GFX - DefineExternalGradient tag has gradientId in its name
This commit is contained in:
@@ -85,4 +85,9 @@ public class DefineExternalGradient extends Tag {
|
||||
gradientSize = sis.readUI16("gradientSize");
|
||||
fileName = sis.readNetString("fileName");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return tagName + " (g" + gradientId + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user