Hierarchy For Package studio.mevera.imperat.command.parameters.type
Package Hierarchies:Class Hierarchy
- java.lang.Object
- studio.mevera.imperat.command.parameters.type.ParameterTypes
- studio.mevera.imperat.util.TypeCapturer
- studio.mevera.imperat.command.parameters.type.BaseParameterType<S,
T> (implements studio.mevera.imperat.command.parameters.type.ParameterType<S, T>) - studio.mevera.imperat.command.parameters.type.ParameterArray<S,
E> - studio.mevera.imperat.command.parameters.type.ParameterBoolean<S>
- studio.mevera.imperat.command.parameters.type.ParameterCollection<S,
E, C> - studio.mevera.imperat.command.parameters.type.ParameterCommand<S>
- studio.mevera.imperat.command.parameters.type.ParameterCompletableFuture<S,
T> - studio.mevera.imperat.command.parameters.type.ParameterEnum<S>
- studio.mevera.imperat.command.parameters.type.ParameterFlag<S>
- studio.mevera.imperat.command.parameters.type.ParameterMap<S,
K, V, M> - studio.mevera.imperat.command.parameters.type.ParameterNumber<S,
N> - studio.mevera.imperat.command.parameters.type.ParameterOptional<S,
T> - studio.mevera.imperat.command.parameters.type.ParameterString<S>
- studio.mevera.imperat.command.parameters.type.ParameterUUID<S>
- studio.mevera.imperat.command.parameters.type.ParameterArray<S,
- studio.mevera.imperat.command.parameters.type.BaseParameterType<S,
Interface Hierarchy
- studio.mevera.imperat.command.parameters.type.ParameterType<S,
T>