Code/net/minecraft/commands/arguments/SignedArgument.java

6 lines
158 B
Java
Raw Permalink Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.commands.arguments;
import com.mojang.brigadier.arguments.ArgumentType;
public interface SignedArgument<T> extends ArgumentType<T> {
}