/* * Decompiled with CFR 0.152. */ package net.minecraft.commands.execution; import net.minecraft.commands.execution.ExecutionContext; import net.minecraft.commands.execution.Frame; @FunctionalInterface public interface EntryAction { public void execute(ExecutionContext var1, Frame var2); }