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