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

import com.mojang.brigadier.arguments.ArgumentType;

public interface SignedArgument<T> extends ArgumentType<T> {
}