package net.minecraft.commands.execution; @FunctionalInterface public interface EntryAction { void execute(ExecutionContext executionContext, Frame frame); }