Interface ArgumentTypeFactory<T>
@API(status=STABLE,
since="2.0.0")
public interface ArgumentTypeFactory<T>
-
Method Summary
-
Method Details
-
create
@Nullable com.mojang.brigadier.arguments.ArgumentType<T> create()Creates the argument type.- Returns:
- the created argument type, or
null
-