package net.minecraft.commands.arguments;
import com.mojang.brigadier.arguments.ArgumentType;
public interface SignedArgument<T> extends ArgumentType<T> {
}