View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window RedProtect-Spigot-8.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.AddAdminCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.AddLeaderCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.AddMemberCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.BlockLimitCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.ClaimLimitCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.HelpCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.InfoCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.KickCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.LAcceptCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.LDenyCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.NearCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RegenAllCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RegenCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RemoveAdminCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RemoveAllCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RemoveLeaderCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.RemoveMemberCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.StartCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.TutorialCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.PlayerHandlers.WandCommand.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.metrics
├─ br.net.fabiozumbi12.RedProtect.Bukkit.metrics.Metrics.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.API
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.RPEconomyAPI.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.RedProtectAPI.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.ents
├─ br.net.fabiozumbi12.RedProtect.Bukkit.ents.RPBukkitBlocks.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.ents.RPBukkitEntities.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.ents.TaskChain.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.API.events
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.ChangeRegionFlagEvent.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.CreateRegionEvent.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.DeleteRegionEvent.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.EnterExitRegionEvent.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.RedefineRegionEvent.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.API.events.RenameRegionEvent.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.listeners
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.BlockListener.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.Compat111.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.Compat114.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.Compat18.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.Compat19.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.EntityListener.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.GlobalListener.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.ModListener.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.PlayerListener.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.listeners.WorldListener.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit
├─ br.net.fabiozumbi12.RedProtect.Bukkit.RedProtect.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.Region.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.AddBlockCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.BorderCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.CanPurgeCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.ClaimCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.CopyFlagCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.CreatePortalCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.DefineCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.DelBlockCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.DelTpCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.DeleteCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.ExpandVertCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.FlagCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.KillCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.ListCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.Pos1Command.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.Pos2Command.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.PriorityCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.PurgeLimitCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.RedefineCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.RenameCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.SelectWECommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.SetBlockCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.SetMaxYCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.SetMinYCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.SetTpCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.TeleportCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.ValueCommand.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommands.RegionHandlers.WelcomeCommand.class - [JAR]
org.inventivetalent.update.spiget
├─ org.inventivetalent.update.spiget.ResourceFile.class - [JAR]
├─ org.inventivetalent.update.spiget.ResourceInfo.class - [JAR]
├─ org.inventivetalent.update.spiget.ResourceVersion.class - [JAR]
├─ org.inventivetalent.update.spiget.SpigetUpdate.class - [JAR]
├─ org.inventivetalent.update.spiget.SpigetUpdateAbstract.class - [JAR]
├─ org.inventivetalent.update.spiget.UpdateCallback.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.database
├─ br.net.fabiozumbi12.RedProtect.Bukkit.database.WorldFlatFileRegionManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.database.WorldMySQLRegionManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.database.WorldRegionManager.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.updater
├─ br.net.fabiozumbi12.RedProtect.Bukkit.updater.SpigetUpdater.class - [JAR]
org.inventivetalent.update.spiget.download
├─ org.inventivetalent.update.spiget.download.DownloadCallback.class - [JAR]
├─ org.inventivetalent.update.spiget.download.UpdateDownloader.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.commands
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.CommandHandler.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.CommandHandlers.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.commands.SubCommand.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.hooks
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.DynmapHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.FactionsHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.HooksManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.InfernalMobsHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.McMMOHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.MyPetHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.PAPIHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.SimpleClansHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.SkillAPIHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.SlimefunHook.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.TransAPI.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.hooks.WEHook.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.region
├─ br.net.fabiozumbi12.RedProtect.Bukkit.region.RegionBuilder.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.region.RegionManager.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.actions
├─ br.net.fabiozumbi12.RedProtect.Bukkit.actions.DefineRegionBuilder.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.actions.EncompassRegionBuilder.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.actions.RedefineRegionBuilder.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.helpers
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.AddonsManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.ContainerManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.DoorManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.EconomyManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.MobTextures.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.MojangUUIDs.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.PermissionHandler.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.RedProtectLogger.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.RedProtectUtil.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.SpigotHelper.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.VersionHelper.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.VersionHelperLatest.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.WorldGuardHelper.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.helpers.WorldGuardHelperLatest.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.config
├─ br.net.fabiozumbi12.RedProtect.Bukkit.config.BlockConfig.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.config.ConfigManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.config.LangGuiManager.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.config.LangManager.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.schematics
├─ br.net.fabiozumbi12.RedProtect.Bukkit.schematics.RPSchematics.class - [JAR]
org.inventivetalent.update.spiget.comparator
├─ org.inventivetalent.update.spiget.comparator.VersionComparator.class - [JAR]
br.net.fabiozumbi12.RedProtect.Bukkit.guis
├─ br.net.fabiozumbi12.RedProtect.Bukkit.guis.FlagGui.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.guis.ItemFlagGui.class - [JAR]
├─ br.net.fabiozumbi12.RedProtect.Bukkit.guis.MobFlagGui.class - [JAR]