Class GenericTypeInstance<B>

java.lang.Object
net.orbyfied.j8.command.argument.GenericTypeInstance<B>
Type Parameters:
B - The value type.
All Implemented Interfaces:
ArgumentType<B>

public class GenericTypeInstance<B> extends Object implements ArgumentType<B>
An instance of a generic type with type parameters specified. This instance is usable as a type to be parse and whatever.