package net.minecraft.commands.execution; public record CommandQueueEntry(Frame frame, EntryAction action) { public void execute(ExecutionContext p_310616_) { this.action.execute(p_310616_, this.frame); } }