Hierarchy For All Packages
Package Hierarchies:- org.galliumpowered,
- org.galliumpowered.annotation,
- org.galliumpowered.bridge,
- org.galliumpowered.chat,
- org.galliumpowered.command,
- org.galliumpowered.command.args,
- org.galliumpowered.config,
- org.galliumpowered.database,
- org.galliumpowered.event,
- org.galliumpowered.event.player,
- org.galliumpowered.event.system,
- org.galliumpowered.exceptions,
- org.galliumpowered.internal.plugin,
- org.galliumpowered.internal.plugin.commands,
- org.galliumpowered.internal.plugin.commands.permissions,
- org.galliumpowered.internal.plugin.commands.plugin,
- org.galliumpowered.internal.plugin.commands.testing,
- org.galliumpowered.internal.plugin.listeners,
- org.galliumpowered.permission,
- org.galliumpowered.plugin,
- org.galliumpowered.plugin.inject.modules,
- org.galliumpowered.plugin.inject.providers,
- org.galliumpowered.plugin.loader,
- org.galliumpowered.plugin.metadata,
- org.galliumpowered.util,
- org.galliumpowered.world,
- org.galliumpowered.world.block,
- org.galliumpowered.world.entity
Class Hierarchy
- java.lang.Object
- com.google.inject.AbstractModule (implements com.google.inject.Module)
- org.galliumpowered.plugin.inject.modules.InjectPluginModule
- java.lang.ClassLoader
- java.security.SecureClassLoader
- java.net.URLClassLoader (implements java.io.Closeable)
- org.galliumpowered.plugin.loader.PluginClassLoader
- java.net.URLClassLoader (implements java.io.Closeable)
- java.security.SecureClassLoader
- org.galliumpowered.chat.Colors
- org.galliumpowered.command.CommandManager
- org.galliumpowered.database.Database
- org.galliumpowered.config.DefaultConfiguration (implements org.galliumpowered.config.Configuration)
- org.galliumpowered.config.PluginConfiguration
- org.galliumpowered.plugin.DefaultPluginMeta (implements org.galliumpowered.plugin.metadata.PluginMeta)
- org.galliumpowered.event.Event
- org.galliumpowered.event.CancelableEvent
- org.galliumpowered.event.player.PlayerEvent
- org.galliumpowered.event.player.PlayerBreakBlockEvent
- org.galliumpowered.event.player.PlayerChatEvent
- org.galliumpowered.event.player.PlayerJoinEvent
- org.galliumpowered.event.player.PlayerPlaceBlockEvent
- org.galliumpowered.event.player.PlayerEvent
- org.galliumpowered.event.player.PlayerDisconnectEvent
- org.galliumpowered.event.system.SystemEvent
- org.galliumpowered.event.system.ServerShutdownEvent
- org.galliumpowered.event.system.ServerStartEvent
- org.galliumpowered.event.CancelableEvent
- org.galliumpowered.event.EventManager
- org.galliumpowered.Gallium
- org.galliumpowered.internal.plugin.commands.GalliumCommand
- org.galliumpowered.internal.plugin.GalliumPlugin
- org.galliumpowered.internal.plugin.commands.GamemodeCommand
- org.galliumpowered.permission.Group
- org.galliumpowered.permission.GroupManager
- org.galliumpowered.internal.plugin.commands.permissions.GroupmodCommand
- org.galliumpowered.command.MCommand
- org.galliumpowered.event.MListener
- org.galliumpowered.util.NumberUtils
- org.galliumpowered.permission.PermissionManager
- org.galliumpowered.permission.PermissionOwner
- org.galliumpowered.internal.plugin.commands.PingCommand
- org.galliumpowered.internal.plugin.listeners.PlayerJoinListener
- org.galliumpowered.internal.plugin.commands.permissions.PlayermodCommand
- org.galliumpowered.command.PluginCommandManager
- org.galliumpowered.plugin.inject.providers.PluginCommandManagerProvider (implements com.google.inject.Provider<T>)
- org.galliumpowered.plugin.PluginContainer
- org.galliumpowered.plugin.inject.providers.PluginContainerProvider (implements com.google.inject.Provider<T>)
- org.galliumpowered.internal.plugin.commands.plugin.PluginInfoCommand
- org.galliumpowered.internal.plugin.commands.plugin.PluginListCommand
- org.galliumpowered.plugin.loader.PluginLoader
- org.galliumpowered.plugin.inject.providers.PluginLoggerProvider (implements com.google.inject.Provider<T>)
- org.galliumpowered.plugin.PluginManager
- org.galliumpowered.plugin.metadata.PluginMetaLoader
- org.galliumpowered.internal.plugin.commands.testing.TestCommand
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.galliumpowered.exceptions.BadPluginException
- org.galliumpowered.exceptions.CommandException
- org.galliumpowered.exceptions.ConfigurationException
- org.galliumpowered.exceptions.GalliumDatabaseException
- org.galliumpowered.exceptions.NotYetImplementedException
- org.galliumpowered.exceptions.PluginLoadFailException
- java.lang.RuntimeException
- java.lang.Exception
- com.google.inject.AbstractModule (implements com.google.inject.Module)
Interface Hierarchy
- org.galliumpowered.world.block.Block
- org.galliumpowered.world.block.WorldBlock
- org.galliumpowered.command.CommandCaller
- org.galliumpowered.command.CommandContext
- org.galliumpowered.config.Configuration
- org.galliumpowered.world.entity.Entity
- org.galliumpowered.world.entity.Player
- org.galliumpowered.event.EventDispatcher
- org.galliumpowered.bridge.NMSBridge
- org.galliumpowered.plugin.metadata.PluginMeta
- org.galliumpowered.Server
- org.galliumpowered.world.World
Annotation Interface Hierarchy
- org.galliumpowered.annotation.Args (implements java.lang.annotation.Annotation)
- org.galliumpowered.annotation.Command (implements java.lang.annotation.Annotation)
- org.galliumpowered.annotation.EventListener (implements java.lang.annotation.Annotation)
- org.galliumpowered.annotation.Plugin (implements java.lang.annotation.Annotation)
- org.galliumpowered.annotation.PluginLifecycleListener (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.galliumpowered.command.args.ArgumentType
- org.galliumpowered.command.CommandCallerType
- org.galliumpowered.Gamemode
- org.galliumpowered.plugin.PluginLifecycleState
- org.galliumpowered.world.World.Difficulty
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)