mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:50:51 +00:00
removed some unnecessarry action reading methods
This commit is contained in:
@@ -84,16 +84,6 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
|
||||
return "With {";
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Long> getAllRefs(int version) {
|
||||
return super.getAllRefs(version);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Action> getAllIfsOrJumps() {
|
||||
return super.getAllIfsOrJumps();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void translateContainer(List<List<GraphTargetItem>> content, Stack<GraphTargetItem> stack, List<GraphTargetItem> output, HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions) {
|
||||
output.add(new WithActionItem(this, stack.pop(), content.get(0)));
|
||||
|
||||
Reference in New Issue
Block a user