soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
package net.minecraft.commands.arguments;
import com.mojang.brigadier.arguments.ArgumentType;
public interface SignedArgument<T> extends ArgumentType<T> {
}