Code/net/minecraft/commands/execution/EntryAction.java

6 lines
165 B
Java
Raw Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.commands.execution;
@FunctionalInterface
public interface EntryAction<T> {
void execute(ExecutionContext<T> p_312387_, Frame p_313236_);
}