mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:01:14 +00:00
More documentation.
This commit is contained in:
@@ -27,6 +27,13 @@ import com.jpexs.decompiler.graph.TypeItem;
|
||||
*/
|
||||
public class AnyItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
public AnyItem() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
return writer.append("§§any()");
|
||||
|
||||
Reference in New Issue
Block a user