Uses of Interface
me.lauriichan.laylib.command.IArgumentType
Packages that use IArgumentType
Package
Description
-
Uses of IArgumentType in me.lauriichan.laylib.command
Subinterfaces of IArgumentType in me.lauriichan.laylib.commandMethods in me.lauriichan.laylib.command that return IArgumentTypeModifier and TypeMethodDescriptionArgumentRegistry.ArgumentBuilder.build(IArgumentMap map) ArgumentRegistry.getArgument(Class<?> type) ArgumentRegistry.getArgument(Class<?> type, IArgumentMap map) NodeArgument.getType()Methods in me.lauriichan.laylib.command that return types with arguments of type IArgumentTypeModifier and TypeMethodDescriptionClass<? extends IArgumentType<V>> ArgumentRegistry.ArgumentBuilder.getType()Method parameters in me.lauriichan.laylib.command with type arguments of type IArgumentTypeModifier and TypeMethodDescription<V> booleanArgumentRegistry.registerArgumentType(Class<? extends IArgumentType<V>> type) Constructor parameters in me.lauriichan.laylib.command with type arguments of type IArgumentType -
Uses of IArgumentType in me.lauriichan.laylib.command.argument
Classes in me.lauriichan.laylib.command.argument that implement IArgumentTypeModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classclassNumberArgument<E extends Number>final classfinal class -
Uses of IArgumentType in me.lauriichan.laylib.command.argument.provider
Classes in me.lauriichan.laylib.command.argument.provider that implement IArgumentType