File size: 165 Bytes
d46f4a3
 
 
 
 
 
1
2
3
4
5
6
package net.minecraft.commands.execution;

@FunctionalInterface
public interface EntryAction<T> {
    void execute(ExecutionContext<T> p_312387_, Frame p_313236_);
}