Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- me.lucyy.squirtgun.command.argument.AbstractArgument<T> (implements me.lucyy.squirtgun.command.argument.CommandArgument<T>)
- me.lucyy.squirtgun.command.argument.GreedyStringArgument
- me.lucyy.squirtgun.command.argument.ListArgument
- me.lucyy.squirtgun.command.argument.OnlinePlayerArgument
- me.lucyy.squirtgun.command.argument.SingleWordArgument
- me.lucyy.squirtgun.command.node.subcommand.SubcommandNodeArgument<T>
- me.lucyy.squirtgun.command.node.AbstractNode<T> (implements me.lucyy.squirtgun.command.node.CommandNode<T>)
- me.lucyy.squirtgun.command.node.PluginInfoNode<T>
- me.lucyy.squirtgun.command.node.subcommand.SubcommandNode<T>
- me.lucyy.squirtgun.command.node.HelpNode<T> (implements me.lucyy.squirtgun.command.node.CommandNode<T>)
- me.lucyy.squirtgun.command.node.NodeBuilder<T>
- me.lucyy.squirtgun.command.context.StringContext<T> (implements me.lucyy.squirtgun.command.context.CommandContext<T>)
- me.lucyy.squirtgun.command.node.subcommand.SubcommandHelpNode<T> (implements me.lucyy.squirtgun.command.node.CommandNode<T>)
- me.lucyy.squirtgun.command.argument.AbstractArgument<T> (implements me.lucyy.squirtgun.command.argument.CommandArgument<T>)
Interface Hierarchy
- me.lucyy.squirtgun.command.argument.CommandArgument<T>
- me.lucyy.squirtgun.command.context.CommandContext<T>
- me.lucyy.squirtgun.command.node.CommandNode<T>