Hierarchy For All Packages
Package Hierarchies:- com.github.siroshun09.mccommand.bukkit,
- com.github.siroshun09.mccommand.bukkit.parser,
- com.github.siroshun09.mccommand.bukkit.sender,
- com.github.siroshun09.mccommand.bungee,
- com.github.siroshun09.mccommand.bungee.parser,
- com.github.siroshun09.mccommand.bungee.sender,
- com.github.siroshun09.mccommand.common,
- com.github.siroshun09.mccommand.common.argument,
- com.github.siroshun09.mccommand.common.argument.parser,
- com.github.siroshun09.mccommand.common.context,
- com.github.siroshun09.mccommand.common.filter,
- com.github.siroshun09.mccommand.common.sender,
- com.github.siroshun09.mccommand.paper,
- com.github.siroshun09.mccommand.paper.listener,
- com.github.siroshun09.mccommand.paper.parser,
- com.github.siroshun09.mccommand.paper.sender
Class Hierarchy
- java.lang.Object
- com.github.siroshun09.mccommand.common.AbstractCommand (implements com.github.siroshun09.mccommand.common.Command)
- com.github.siroshun09.mccommand.common.filter.AbstractFilter<T> (implements com.github.siroshun09.mccommand.common.filter.Filter<T>)
- com.github.siroshun09.mccommand.common.filter.NumberFilter<N>
- com.github.siroshun09.mccommand.common.filter.StringFilter
- com.github.siroshun09.mccommand.paper.listener.AsyncTabCompleteListener (implements org.bukkit.event.Listener)
- com.github.siroshun09.mccommand.common.argument.parser.BasicParser
- com.github.siroshun09.mccommand.bukkit.BukkitCommandFactory
- com.github.siroshun09.mccommand.bukkit.parser.BukkitParser
- com.github.siroshun09.mccommand.paper.parser.BukkitParser
- com.github.siroshun09.mccommand.bukkit.sender.BukkitSender (implements com.github.siroshun09.mccommand.common.sender.Sender)
- com.github.siroshun09.mccommand.bungee.BungeeCommandFactory
- com.github.siroshun09.mccommand.bungee.parser.BungeeParser
- com.github.siroshun09.mccommand.bungee.sender.BungeeSender (implements com.github.siroshun09.mccommand.common.sender.Sender)
- com.github.siroshun09.mccommand.bukkit.parser.MaterialParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.parser.MaterialParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.bukkit.parser.OfflinePlayerParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.parser.OfflinePlayerParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.PaperCommandFactory
- com.github.siroshun09.mccommand.paper.sender.PaperSender (implements com.github.siroshun09.mccommand.common.sender.Sender)
- com.github.siroshun09.mccommand.bukkit.parser.PlayerExactParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.parser.PlayerExactParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.bukkit.parser.PlayerParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.parser.PlayerParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.bungee.parser.ProxiedPlayerParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.common.context.SimpleCommandContext (implements com.github.siroshun09.mccommand.common.context.CommandContext)
- com.github.siroshun09.mccommand.common.context.SimpleCommandContext.SimpleCommandContextBuilder
- com.github.siroshun09.mccommand.bukkit.parser.SoundParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.paper.parser.SoundParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
- com.github.siroshun09.mccommand.common.SubCommandHolder
- com.github.siroshun09.mccommand.common.argument.parser.UUIDParser (implements com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>)
Interface Hierarchy
- com.github.siroshun09.mccommand.common.argument.Argument
- com.github.siroshun09.mccommand.common.argument.parser.ArgumentParser<T>
- com.github.siroshun09.mccommand.common.Command
- com.github.siroshun09.mccommand.common.context.CommandContext
- com.github.siroshun09.adventureextender.MessageReceivable
- com.github.siroshun09.mccommand.common.sender.Sender
- com.github.siroshun09.mccommand.common.sender.ConsoleSender
- com.github.siroshun09.mccommand.common.sender.Sender
- java.util.function.Predicate<T>
- com.github.siroshun09.mccommand.common.filter.Filter<T>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.github.siroshun09.mccommand.common.CommandResult
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)