2025-11-24 22:52:51 +03:00

15 lines
290 B
Java

/*
* Decompiled with CFR 0.152.
*
* Could not load the following classes:
* com.mojang.brigadier.arguments.ArgumentType
*/
package net.minecraft.commands.arguments;
import com.mojang.brigadier.arguments.ArgumentType;
public interface SignedArgument<T>
extends ArgumentType<T> {
}