SYMBOL INDEX (1065 symbols across 172 files) FILE: src/main/java/DefenitlyNotAJoikedInstallerFrame.java class DefenitlyNotAJoikedInstallerFrame (line 21) | public class DefenitlyNotAJoikedInstallerFrame extends JFrame implements... method DefenitlyNotAJoikedInstallerFrame (line 53) | public DefenitlyNotAJoikedInstallerFrame() { method main (line 78) | public static void main(String[] args) { method getPanelContentPane (line 90) | private JPanel getPanelContentPane() { method getPanelCenter (line 106) | private JPanel getPanelCenter() { method getPictureLabel (line 125) | private JLabel getPictureLabel() { method getVersionInfo (line 149) | private JLabel getVersionInfo() { method getTextArea (line 171) | private JTextArea getTextArea() { method setTextAreaProperties (line 192) | private void setTextAreaProperties(JTextArea textArea) { method getForgeTextArea (line 203) | private JTextArea getForgeTextArea() { method getLabelFolder (line 232) | private JLabel getLabelFolder() { method getFieldFolder (line 254) | private JTextField getFieldFolder() { method getButtonFolder (line 274) | private JButton getButtonFolder() { method getPanelBottom (line 296) | private JPanel getPanelBottom() { method getButtonInstall (line 313) | private JButton getButtonInstall() { method getButtonOpenFolder (line 330) | private JButton getButtonOpenFolder() { method getButtonClose (line 347) | private JButton getButtonClose() { method onFolderSelect (line 363) | public void onFolderSelect() { method actionPerformed (line 375) | @Override method mouseClicked (line 392) | @Override method onInstall (line 403) | public void onInstall() { method tryInstall (line 420) | private void tryInstall(File modsFolder) { method findDSMAndDelete (line 471) | private boolean findDSMAndDelete(File[] files) { method onOpenFolder (line 508) | public void onOpenFolder() { method getModsFolder (line 516) | public File getModsFolder() { method getFile (line 530) | public File getFile(String userHome, String minecraftPath) { method getOperatingSystem (line 559) | public OperatingSystem getOperatingSystem() { method centerFrame (line 577) | public void centerFrame(JFrame frame) { method showMessage (line 591) | public void showMessage(String message) { method showErrorMessage (line 595) | public void showErrorMessage(String message) { type OperatingSystem (line 599) | public enum OperatingSystem { method getStacktraceText (line 607) | private static String getStacktraceText(Throwable ex) { method showErrorPopup (line 613) | private static void showErrorPopup(Throwable ex) { method getModIDFromInputStream (line 627) | private String getModIDFromInputStream(InputStream inputStream) { method getThisFile (line 644) | private File getThisFile() { method mousePressed (line 653) | @Override method mouseReleased (line 656) | @Override method mouseEntered (line 659) | @Override method mouseExited (line 662) | @Override FILE: src/main/java/me/Danker/DankersSkyblockMod.java class DankersSkyblockMod (line 67) | @Mod(modid = DankersSkyblockMod.MODID, version = DankersSkyblockMod.VERS... method init (line 96) | @EventHandler method preInit (line 205) | @EventHandler method postInit (line 242) | @EventHandler method onGuiOpenEvent (line 268) | @SubscribeEvent method onJoin (line 276) | @SubscribeEvent method onChat (line 310) | @SubscribeEvent method renderPlayerInfo (line 352) | @SubscribeEvent method renderPlayerInfoLabyMod (line 361) | @SubscribeEvent method renderPlayerInfo (line 368) | @SubscribeEvent method onTick (line 375) | @SubscribeEvent method onRenderTick (line 430) | @SubscribeEvent method onGuiMouseInputPre (line 446) | @SubscribeEvent method onGuiRender (line 475) | @SubscribeEvent method onServerConnect (line 491) | @SubscribeEvent method onAbilityKey (line 499) | public static void onAbilityKey() { FILE: src/main/java/me/Danker/commands/CrystalHollowWaypointCommand.java class CrystalHollowWaypointCommand (line 10) | public class CrystalHollowWaypointCommand extends CommandBase { method getCommandName (line 12) | @Override method getCommandUsage (line 17) | @Override method getRequiredPermissionLevel (line 22) | @Override method processCommand (line 27) | @Override FILE: src/main/java/me/Danker/commands/DHelpCommand.java class DHelpCommand (line 16) | public class DHelpCommand extends CommandBase { method getCommandName (line 18) | @Override method getCommandUsage (line 23) | @Override method getRequiredPermissionLevel (line 28) | @Override method processCommand (line 33) | @Override FILE: src/main/java/me/Danker/commands/DankerGuiCommand.java class DankerGuiCommand (line 18) | public class DankerGuiCommand extends CommandBase { method getCommandName (line 20) | @Override method getCommandAliases (line 25) | @Override method getCommandUsage (line 30) | @Override method usage (line 35) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 39) | @Override method processCommand (line 44) | @Override FILE: src/main/java/me/Danker/commands/PowderTrackerCommand.java class PowderTrackerCommand (line 14) | public class PowderTrackerCommand extends CommandBase { method getCommandName (line 16) | @Override method getCommandUsage (line 21) | @Override method usage (line 26) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 30) | @Override method addTabCompletionOptions (line 35) | @Override method processCommand (line 43) | @Override FILE: src/main/java/me/Danker/commands/ReloadConfigCommand.java class ReloadConfigCommand (line 14) | public class ReloadConfigCommand extends CommandBase { method getCommandName (line 16) | @Override method getCommandUsage (line 21) | @Override method usage (line 26) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 30) | @Override method processCommand (line 35) | @Override FILE: src/main/java/me/Danker/commands/ReloadRepoCommand.java class ReloadRepoCommand (line 11) | public class ReloadRepoCommand extends CommandBase { method getCommandName (line 13) | @Override method getCommandUsage (line 18) | @Override method usage (line 23) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 27) | @Override method processCommand (line 32) | @Override FILE: src/main/java/me/Danker/commands/RepartyCommand.java class RepartyCommand (line 19) | public class RepartyCommand extends CommandBase implements ICommand { method getCommandName (line 29) | @Override method getCommandUsage (line 34) | @Override method usage (line 39) | public static String usage(ICommandSender arg0) { method getCommandAliases (line 43) | @Override method getRequiredPermissionLevel (line 48) | @Override method processCommand (line 53) | @Override FILE: src/main/java/me/Danker/commands/SkillTrackerCommand.java class SkillTrackerCommand (line 15) | public class SkillTrackerCommand extends CommandBase { method getCommandName (line 18) | @Override method getCommandUsage (line 23) | @Override method usage (line 28) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 32) | @Override method addTabCompletionOptions (line 37) | @Override method processCommand (line 45) | @Override FILE: src/main/java/me/Danker/commands/StopLobbyCommand.java class StopLobbyCommand (line 15) | public class StopLobbyCommand extends CommandBase { method getCommandName (line 17) | @Override method getCommandAliases (line 22) | @Override method getCommandUsage (line 27) | @Override method usage (line 32) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 36) | @Override method processCommand (line 41) | @Override FILE: src/main/java/me/Danker/commands/api/ArmourCommand.java class ArmourCommand (line 26) | public class ArmourCommand extends CommandBase { method getCommandName (line 28) | @Override method getCommandAliases (line 33) | @Override method getCommandUsage (line 38) | @Override method usage (line 43) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 47) | @Override method addTabCompletionOptions (line 52) | @Override method processCommand (line 60) | @Override FILE: src/main/java/me/Danker/commands/api/BankCommand.java class BankCommand (line 21) | public class BankCommand extends CommandBase { method getCommandName (line 23) | @Override method getCommandAliases (line 28) | @Override method getCommandUsage (line 33) | @Override method usage (line 38) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 42) | @Override method addTabCompletionOptions (line 47) | @Override method processCommand (line 55) | @Override FILE: src/main/java/me/Danker/commands/api/DungeonsCommand.java class DungeonsCommand (line 22) | public class DungeonsCommand extends CommandBase { method getCommandName (line 24) | @Override method getCommandUsage (line 29) | @Override method usage (line 34) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 38) | @Override method addTabCompletionOptions (line 43) | @Override method processCommand (line 51) | @Override method getClassLevel (line 175) | double getClassLevel(JsonObject obj, String dungeonClass) { FILE: src/main/java/me/Danker/commands/api/FairySoulsCommand.java class FairySoulsCommand (line 17) | public class FairySoulsCommand extends CommandBase { method getCommandName (line 18) | @Override method getCommandUsage (line 23) | @Override method usage (line 28) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 32) | @Override method addTabCompletionOptions (line 37) | @Override method processCommand (line 45) | @Override FILE: src/main/java/me/Danker/commands/api/GuildOfCommand.java class GuildOfCommand (line 20) | public class GuildOfCommand extends CommandBase { method getCommandName (line 22) | @Override method getCommandUsage (line 27) | @Override method usage (line 32) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 36) | @Override method addTabCompletionOptions (line 41) | @Override method processCommand (line 49) | @Override FILE: src/main/java/me/Danker/commands/api/HOTMCommand.java class HOTMCommand (line 21) | public class HOTMCommand extends CommandBase { method getCommandName (line 23) | @Override method getCommandUsage (line 28) | @Override method usage (line 33) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 37) | @Override method addTabCompletionOptions (line 42) | @Override method processCommand (line 50) | @Override type Node (line 120) | enum Node { method Node (line 130) | Node(String name) { FILE: src/main/java/me/Danker/commands/api/HOTMTreeCommand.java class HOTMTreeCommand (line 31) | public class HOTMTreeCommand extends CommandBase { method getCommandName (line 35) | @Override method getCommandUsage (line 40) | @Override method getRequiredPermissionLevel (line 45) | @Override method processCommand (line 50) | @Override method removeDoubleQuotes (line 124) | public static void removeDoubleQuotes(NBTTagCompound tagCompound) { method removeDoubleQuotes (line 142) | public static void removeDoubleQuotes(NBTTagList tagList) { FILE: src/main/java/me/Danker/commands/api/InventoryCommand.java class InventoryCommand (line 33) | public class InventoryCommand extends CommandBase { method getCommandName (line 37) | @Override method getCommandAliases (line 42) | @Override method getCommandUsage (line 47) | @Override method usage (line 52) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 56) | @Override method addTabCompletionOptions (line 61) | @Override method processCommand (line 69) | @Override FILE: src/main/java/me/Danker/commands/api/LobbyBankCommand.java class LobbyBankCommand (line 20) | public class LobbyBankCommand extends CommandBase { method getCommandName (line 24) | @Override method getCommandUsage (line 29) | @Override method usage (line 34) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 38) | @Override method processCommand (line 43) | @Override FILE: src/main/java/me/Danker/commands/api/LobbySkillsCommand.java class LobbySkillsCommand (line 20) | public class LobbySkillsCommand extends CommandBase { method getCommandName (line 24) | @Override method getCommandUsage (line 29) | @Override method usage (line 34) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 38) | @Override method processCommand (line 43) | @Override FILE: src/main/java/me/Danker/commands/api/PetsCommand.java class PetsCommand (line 22) | public class PetsCommand extends CommandBase { method petXpToLevel (line 24) | static int petXpToLevel(double xp, String rarity) { type Rarity (line 62) | enum Rarity { method nextRarity (line 70) | public Rarity nextRarity() { method getChatColor (line 75) | public EnumChatFormatting getChatColor() { class Pet (line 86) | static class Pet { method Pet (line 94) | Pet(JsonObject pet) { method getStringToAdd (line 112) | public String getStringToAdd() { method getCommandName (line 125) | @Override method getCommandUsage (line 130) | @Override method usage (line 135) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 139) | @Override method addTabCompletionOptions (line 144) | @Override method processCommand (line 152) | @Override FILE: src/main/java/me/Danker/commands/api/PlayerCommand.java class PlayerCommand (line 20) | public class PlayerCommand extends CommandBase { method getCommandName (line 22) | @Override method getCommandUsage (line 27) | @Override method usage (line 32) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 36) | @Override method addTabCompletionOptions (line 41) | @Override method processCommand (line 49) | @Override FILE: src/main/java/me/Danker/commands/api/SkillsCommand.java class SkillsCommand (line 22) | public class SkillsCommand extends CommandBase { method getCommandName (line 26) | @Override method getCommandUsage (line 31) | @Override method usage (line 36) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 40) | @Override method addTabCompletionOptions (line 45) | @Override method processCommand (line 53) | @Override method appendHover (line 247) | static ChatStyle appendHover(ChatComponentText component, String text) { method appendFormatted (line 254) | static ChatStyle appendFormatted(ChatComponentText component, String c... method getOverflowXP (line 258) | static double getOverflowXP(double xp, int limit) { FILE: src/main/java/me/Danker/commands/api/SkyblockPlayersCommand.java class SkyblockPlayersCommand (line 18) | public class SkyblockPlayersCommand extends CommandBase { method getCommandName (line 22) | @Override method getCommandAliases (line 27) | @Override method getCommandUsage (line 32) | @Override method usage (line 37) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 41) | @Override method processCommand (line 46) | @Override method getPlayerCount (line 136) | static int getPlayerCount(String location, JsonObject obj) { method getOutput (line 141) | static String getOutput(String name, int amount, int total) { FILE: src/main/java/me/Danker/commands/api/SlayerCommand.java class SlayerCommand (line 21) | public class SlayerCommand extends CommandBase { method getCommandName (line 23) | @Override method getCommandAliases (line 28) | @Override method getCommandUsage (line 33) | @Override method usage (line 38) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 42) | @Override method addTabCompletionOptions (line 47) | @Override method processCommand (line 55) | @Override FILE: src/main/java/me/Danker/commands/api/TrophyFishCommand.java class TrophyFishCommand (line 19) | public class TrophyFishCommand extends CommandBase { method getCommandName (line 21) | @Override method getCommandUsage (line 26) | @Override method usage (line 31) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 35) | @Override method addTabCompletionOptions (line 40) | @Override method processCommand (line 48) | @Override FILE: src/main/java/me/Danker/commands/api/WeightCommand.java class WeightCommand (line 21) | public class WeightCommand extends CommandBase { method getCommandName (line 36) | @Override method getCommandAliases (line 41) | @Override method getCommandUsage (line 46) | @Override method usage (line 51) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 55) | @Override method addTabCompletionOptions (line 60) | @Override method processCommand (line 70) | @Override FILE: src/main/java/me/Danker/commands/loot/DisplayCommand.java class DisplayCommand (line 15) | public class DisplayCommand extends CommandBase { method getCommandName (line 17) | @Override method getCommandUsage (line 22) | @Override method usage (line 27) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 31) | @Override method addTabCompletionOptions (line 36) | @Override method processCommand (line 50) | @Override FILE: src/main/java/me/Danker/commands/loot/ImportFishingCommand.java class ImportFishingCommand (line 16) | public class ImportFishingCommand extends CommandBase { method getCommandName (line 18) | @Override method getCommandUsage (line 23) | @Override method usage (line 28) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 32) | @Override method processCommand (line 37) | @Override method getSCFromApi (line 194) | static int getSCFromApi(JsonObject obj, String key) { FILE: src/main/java/me/Danker/commands/loot/LootCommand.java class LootCommand (line 18) | public class LootCommand extends CommandBase { method getCommandName (line 20) | @Override method getCommandUsage (line 25) | @Override method usage (line 30) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 34) | @Override method addTabCompletionOptions (line 39) | @Override method processCommand (line 53) | @Override FILE: src/main/java/me/Danker/commands/loot/ResetLootCommand.java class ResetLootCommand (line 17) | public class ResetLootCommand extends CommandBase { method getCommandName (line 22) | @Override method getCommandUsage (line 27) | @Override method usage (line 32) | public static String usage(ICommandSender arg0) { method getRequiredPermissionLevel (line 36) | @Override method addTabCompletionOptions (line 41) | @Override method processCommand (line 52) | @Override method resetZombie (line 133) | static void resetZombie() { method resetSpider (line 153) | static void resetSpider() { method resetWolf (line 170) | static void resetWolf() { method resetEnderman (line 188) | static void resetEnderman() { method resetBlaze (line 216) | static void resetBlaze() { method resetVampire (line 245) | static void resetVampire() { method resetFishing (line 260) | static void resetFishing() { method resetMythological (line 325) | static void resetMythological() { method resetCatacombs (line 340) | static void resetCatacombs() { FILE: src/main/java/me/Danker/commands/warp/WarpCommand.java class WarpCommand (line 9) | public class WarpCommand extends CommandBase { method WarpCommand (line 16) | public WarpCommand(String name) { method WarpCommand (line 25) | public WarpCommand(String name, String destination) { method WarpCommand (line 36) | public WarpCommand(String name, String destination, boolean custom_com... method getCommandName (line 45) | @Override method getCommandUsage (line 55) | @Override method getRequiredPermissionLevel (line 60) | @Override method processCommand (line 71) | @Override FILE: src/main/java/me/Danker/commands/warp/WarpCommandHandler.java class WarpCommandHandler (line 8) | public class WarpCommandHandler { method WarpCommandHandler (line 15) | public WarpCommandHandler() { method getCommands (line 24) | public List getCommands() { method registerCommand (line 32) | public void registerCommand(WarpCommand warpCommand) { method getCommand (line 42) | public WarpCommand getCommand(String name) { method getCommand (line 56) | public WarpCommand getCommand(Class clazz) { method registerCommands (line 68) | private void registerCommands() { FILE: src/main/java/me/Danker/config/CfgConfig.java class CfgConfig (line 11) | public class CfgConfig { method init (line 15) | public static void init() { method getInt (line 26) | public static int getInt(String category, String key) { method getDouble (line 39) | public static double getDouble(String category, String key) { method getString (line 52) | public static String getString(String category, String key) { method getBoolean (line 65) | public static boolean getBoolean(String category, String key) { method writeIntConfig (line 78) | public static void writeIntConfig(String category, String key, int val... method writeDoubleConfig (line 89) | public static void writeDoubleConfig(String category, String key, doub... method writeStringConfig (line 100) | public static void writeStringConfig(String category, String key, Stri... method writeBooleanConfig (line 111) | public static void writeBooleanConfig(String category, String key, boo... method hasKey (line 122) | public static boolean hasKey(String category, String key) { method deleteCategory (line 134) | public static void deleteCategory(String category) { method initInt (line 146) | public static int initInt(String category, String key, int defaultValu... method initDouble (line 155) | public static double initDouble(String category, String key, double de... method initString (line 164) | public static String initString(String category, String key, String de... method initBoolean (line 173) | public static boolean initBoolean(String category, String key, boolean... method reloadConfig (line 182) | public static void reloadConfig() { FILE: src/main/java/me/Danker/config/JsonConfig.java class JsonConfig (line 17) | public class JsonConfig { method createNewJsonObject (line 19) | public static void createNewJsonObject(String file) throws IOException { method createNewJsonArray (line 25) | public static void createNewJsonArray(String file) throws IOException { method initJsonObject (line 31) | public static JsonObject initJsonObject(String file) throws IOException { method initJsonArray (line 43) | public static Object[] initJsonArray(String file, Class clazz) ... method reloadConfig (line 56) | public static void reloadConfig() { method transferFile (line 91) | public static void transferFile(String file) throws IOException { FILE: src/main/java/me/Danker/config/ModConfig.java class ModConfig (line 35) | public class ModConfig extends Config { method ModConfig (line 40) | public ModConfig() { method getColour (line 109) | public static String getColour(int index) { method getDelimiter (line 113) | public static String getDelimiter() { method getDisplay (line 117) | public static String getDisplay() { method toDisplay (line 121) | public static int toDisplay(String value) { FILE: src/main/java/me/Danker/containers/GuiChestDynamic.java class GuiChestDynamic (line 11) | public class GuiChestDynamic extends GuiContainer { method GuiChestDynamic (line 17) | public GuiChestDynamic(IInventory upperInv, IInventory lowerInv, Resou... method drawGuiContainerForegroundLayer (line 30) | protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY) method drawGuiContainerBackgroundLayer (line 36) | protected void drawGuiContainerBackgroundLayer(float partialTicks, int... FILE: src/main/java/me/Danker/events/ChestSlotClickedEvent.java class ChestSlotClickedEvent (line 10) | @Cancelable method ChestSlotClickedEvent (line 18) | public ChestSlotClickedEvent(GuiChest chest, IInventory inventory, Str... FILE: src/main/java/me/Danker/events/GuiChestBackgroundDrawnEvent.java class GuiChestBackgroundDrawnEvent (line 9) | public class GuiChestBackgroundDrawnEvent extends Event { method GuiChestBackgroundDrawnEvent (line 15) | public GuiChestBackgroundDrawnEvent(GuiChest chest, String displayName... FILE: src/main/java/me/Danker/events/ModInitEvent.java class ModInitEvent (line 5) | public class ModInitEvent extends Event { method ModInitEvent (line 9) | public ModInitEvent(String configDirectory) { FILE: src/main/java/me/Danker/events/PacketReadEvent.java class PacketReadEvent (line 7) | @Cancelable method PacketReadEvent (line 12) | public PacketReadEvent(Packet packet) { FILE: src/main/java/me/Danker/events/PacketWriteEvent.java class PacketWriteEvent (line 7) | @Cancelable method PacketWriteEvent (line 12) | public PacketWriteEvent(Packet packet) { FILE: src/main/java/me/Danker/events/PostConfigInitEvent.java class PostConfigInitEvent (line 5) | public class PostConfigInitEvent extends Event { method PostConfigInitEvent (line 9) | public PostConfigInitEvent(String configDirectory) { FILE: src/main/java/me/Danker/events/RenderOverlayEvent.java class RenderOverlayEvent (line 5) | public class RenderOverlayEvent extends Event { FILE: src/main/java/me/Danker/events/SlayerLootDropEvent.java class SlayerLootDropEvent (line 5) | public class SlayerLootDropEvent extends Event { method SlayerLootDropEvent (line 10) | public SlayerLootDropEvent(String drop, int amount) { FILE: src/main/java/me/Danker/features/AbilityCooldowns.java class AbilityCooldowns (line 27) | public class AbilityCooldowns { method onChat (line 32) | @SubscribeEvent(priority = EventPriority.LOW) method onTick (line 59) | @SubscribeEvent method onWorldChange (line 84) | @SubscribeEvent class Ability (line 90) | public static class Ability { method Ability (line 95) | public Ability(String ability, double cooldown) { method getTimer (line 100) | public String getTimer() { method getCooldown (line 104) | public double getCooldown() { class AbilityCooldownHud (line 110) | public static class AbilityCooldownHud extends Hud { method preRender (line 117) | @Override method draw (line 124) | @Override method getWidth (line 136) | @Override method getHeight (line 141) | @Override method getText (line 146) | String getText() { FILE: src/main/java/me/Danker/features/Alerts.java class Alerts (line 21) | public class Alerts { method init (line 27) | @SubscribeEvent method getRegexForAlert (line 32) | public Pattern getRegexForAlert(Alert alert) { method onChat (line 36) | @SubscribeEvent method save (line 103) | public static void save() { class Alert (line 119) | public static class Alert { method Alert (line 128) | public Alert(String mode, String location, String message, String al... method toggle (line 137) | public void toggle() { method toggleDesktop (line 141) | public void toggleDesktop() { FILE: src/main/java/me/Danker/features/AnnounceVanquishers.java class AnnounceVanquishers (line 13) | public class AnnounceVanquishers { method onChat (line 15) | @SubscribeEvent FILE: src/main/java/me/Danker/features/ArachneESP.java class ArachneESP (line 23) | public class ArachneESP { method onWorldChange (line 28) | @SubscribeEvent method onChat (line 33) | @SubscribeEvent method onWorldRender (line 54) | @SubscribeEvent FILE: src/main/java/me/Danker/features/AutoAcceptReparty.java class AutoAcceptReparty (line 9) | public class AutoAcceptReparty { method onChat (line 14) | @SubscribeEvent(receiveCanceled = true) FILE: src/main/java/me/Danker/features/AutoDisplay.java class AutoDisplay (line 18) | public class AutoDisplay { method onTick (line 22) | @SubscribeEvent FILE: src/main/java/me/Danker/features/AutoJoinSkyblock.java class AutoJoinSkyblock (line 10) | public class AutoJoinSkyblock { method onConnect (line 14) | @SubscribeEvent method onDisconnect (line 36) | @SubscribeEvent FILE: src/main/java/me/Danker/features/AutoSwapToPickBlock.java class AutoSwapToPickBlock (line 14) | public class AutoSwapToPickBlock { method onGuiOpen (line 19) | @SubscribeEvent FILE: src/main/java/me/Danker/features/BazaarTimeToFill.java class BazaarTimeToFill (line 22) | public class BazaarTimeToFill { method onSlotClick (line 28) | @SubscribeEvent method onTick (line 53) | @SubscribeEvent method onGuiRender (line 93) | @SubscribeEvent method getAmountFromLine (line 104) | static double getAmountFromLine(String line) { method getTextToDisplay (line 128) | static String getTextToDisplay(double amount, double volume) { FILE: src/main/java/me/Danker/features/BlockPlacingFlowers.java class BlockPlacingFlowers (line 15) | public class BlockPlacingFlowers { method onInteract (line 32) | @SubscribeEvent FILE: src/main/java/me/Danker/features/BlockWrongSlayer.java class BlockWrongSlayer (line 10) | public class BlockWrongSlayer { method onSlotClick (line 27) | @SubscribeEvent FILE: src/main/java/me/Danker/features/BonzoMaskTimer.java class BonzoMaskTimer (line 24) | public class BonzoMaskTimer { method onWorldChange (line 29) | @SubscribeEvent method onChat (line 34) | @SubscribeEvent class BonzoTimerHud (line 60) | public static class BonzoTimerHud extends Hud { method draw (line 71) | @Override method getWidth (line 106) | @Override method getHeight (line 111) | @Override method getText (line 116) | String getText() { FILE: src/main/java/me/Danker/features/CakeTimer.java class CakeTimer (line 24) | public class CakeTimer { method onChat (line 29) | @SubscribeEvent class CakeTimerHud (line 54) | public static class CakeTimerHud extends Hud { method draw (line 65) | @Override method getWidth (line 95) | @Override method getHeight (line 100) | @Override method getText (line 105) | String getText() { FILE: src/main/java/me/Danker/features/ChatAliases.java class ChatAliases (line 16) | public class ChatAliases { method init (line 21) | @SubscribeEvent method onPacketWrite (line 26) | @SubscribeEvent method save (line 47) | public static void save() { class Alias (line 56) | public static class Alias { method Alias (line 63) | public Alias(String text, String alias, boolean toggled, boolean all... method toggle (line 70) | public void toggle() { method toggleInCommand (line 74) | public void toggleInCommand() { FILE: src/main/java/me/Danker/features/ColouredNames.java class ColouredNames (line 32) | public class ColouredNames { method onChat (line 40) | @SubscribeEvent method onTooltip (line 53) | @SubscribeEvent method onRenderNametag (line 67) | @SubscribeEvent method onRenderLiving (line 76) | @SubscribeEvent(priority = EventPriority.LOW) method onPacketRead (line 103) | @SubscribeEvent method onWorldChange (line 128) | @SubscribeEvent method replaceName (line 134) | public static String replaceName(String text, String name, String colo... method replaceChat (line 160) | public static IChatComponent replaceChat(IChatComponent component, Str... method getColourFromName (line 174) | public static String getColourFromName(String name) { FILE: src/main/java/me/Danker/features/CoordsOptimizer.java class CoordsOptimizer (line 11) | public class CoordsOptimizer { method CoordsOptimizer (line 41) | public CoordsOptimizer(ArrayList wayp... method getNumbered (line 56) | public static ArrayList getNumbered(A... method solve (line 69) | public int[] solve() { method setupAnts (line 83) | private void setupAnts() { method moveAnts (line 93) | private void moveAnts() { method selectNextCity (line 102) | private int selectNextCity(Ant ant) { method calculateProbabilities (line 122) | public void calculateProbabilities(Ant ant) { method updateTrails (line 141) | private void updateTrails() { method updateBest (line 157) | private void updateBest() { method clearTrails (line 171) | private void clearTrails() { method getOptimizedPath (line 179) | public ArrayList getOptimizedPath() { method getDistance (line 200) | private static double getDistance(CrystalHollowWaypoints.Waypoint wayp... method getAdjacency (line 204) | private double[][] getAdjacency() { method getLength (line 219) | public static double getLength(ArrayList eve... method onRenderLivingPost (line 45) | @SubscribeEvent FILE: src/main/java/me/Danker/features/HideTooltipsInExperiments.java class HideTooltipsInExperiments (line 14) | public class HideTooltipsInExperiments { method onTooltipLow (line 16) | @SubscribeEvent(priority = EventPriority.LOW) FILE: src/main/java/me/Danker/features/HideTooltipsMisc.java class HideTooltipsMisc (line 14) | public class HideTooltipsMisc { method onTooltipLow (line 16) | @SubscribeEvent FILE: src/main/java/me/Danker/features/HighlightCommissions.java class HighlightCommissions (line 13) | public class HighlightCommissions { method onGuiRender (line 15) | @SubscribeEvent FILE: src/main/java/me/Danker/features/HighlightFilledOrders.java class HighlightFilledOrders (line 12) | public class HighlightFilledOrders { method onGuiRender (line 14) | @SubscribeEvent FILE: src/main/java/me/Danker/features/HighlightPests.java class HighlightPests (line 13) | public class HighlightPests { method onGuiRender (line 15) | @SubscribeEvent FILE: src/main/java/me/Danker/features/HighlightSkeletonMasters.java class HighlightSkeletonMasters (line 17) | public class HighlightSkeletonMasters { method onRenderEntity (line 21) | @SubscribeEvent method onWorldRender (line 31) | @SubscribeEvent FILE: src/main/java/me/Danker/features/KuudraNotifications.java class KuudraNotifications (line 13) | public class KuudraNotifications { method onChat (line 15) | @SubscribeEvent(receiveCanceled = true) method onPacketRead (line 35) | @SubscribeEvent FILE: src/main/java/me/Danker/features/LocrawSpamFix.java class LocrawSpamFix (line 8) | public class LocrawSpamFix { method onPacketWrite (line 12) | @SubscribeEvent FILE: src/main/java/me/Danker/features/LowHealthNotifications.java class LowHealthNotifications (line 15) | public class LowHealthNotifications { method onTick (line 17) | @SubscribeEvent FILE: src/main/java/me/Danker/features/MeterTracker.java class MeterTracker (line 35) | public class MeterTracker { method createEmpty (line 40) | public static JsonObject createEmpty() { method init (line 66) | @SubscribeEvent method postConfigInit (line 71) | @SubscribeEvent method onChat (line 77) | @SubscribeEvent method onTick (line 140) | @SubscribeEvent method onSlotClick (line 195) | @SubscribeEvent method save (line 229) | public static void save() { method getProgressFromLine (line 238) | static int getProgressFromLine(String line) { method getGoalFromLine (line 246) | static int getGoalFromLine(String line) { FILE: src/main/java/me/Danker/features/MinionLastCollected.java class MinionLastCollected (line 27) | public class MinionLastCollected { method init (line 33) | @SubscribeEvent method onPacketWrite (line 38) | @SubscribeEvent method onSlotClick (line 55) | @SubscribeEvent method onWorldRender (line 72) | @SubscribeEvent method isAMinion (line 82) | public boolean isAMinion(Entity entity) { method isArmour (line 98) | public boolean isArmour(Item item) { method getMinionFromPos (line 103) | public Minion getMinionFromPos(BlockPos pos) { method minionExistsAtPos (line 110) | public boolean minionExistsAtPos(BlockPos pos) { method save (line 116) | public static void save() { class Minion (line 125) | public static class Minion { method Minion (line 130) | public Minion(BlockPos pos) { method getTimeCollected (line 135) | public String getTimeCollected() { method collectNow (line 143) | public void collectNow() { FILE: src/main/java/me/Danker/features/NecronNotifications.java class NecronNotifications (line 19) | public class NecronNotifications { method onChat (line 21) | @SubscribeEvent(receiveCanceled = true) FILE: src/main/java/me/Danker/features/NoF3Coords.java class NoF3Coords (line 13) | public class NoF3Coords extends Hud { method draw (line 24) | @Override method getWidth (line 36) | @Override method getHeight (line 41) | @Override method getText (line 46) | String getText() { FILE: src/main/java/me/Danker/features/NotifySlayerSlain.java class NotifySlayerSlain (line 21) | public class NotifySlayerSlain { method onInteract (line 23) | @SubscribeEvent method onArrowNock (line 57) | @SubscribeEvent method onAttackingEntity (line 73) | @SubscribeEvent FILE: src/main/java/me/Danker/features/PetColours.java class PetColours (line 13) | public class PetColours { method onGuiRender (line 17) | @SubscribeEvent FILE: src/main/java/me/Danker/features/PowderTracker.java class PowderTracker (line 28) | public class PowderTracker { method onTick (line 38) | @SubscribeEvent method onKey (line 67) | public static void onKey() { method reset (line 83) | public static void reset() { class PowderTrackerHud (line 93) | public static class PowderTrackerHud extends Hud { method draw (line 154) | @Override method getWidth (line 168) | @Override method getHeight (line 173) | @Override method getText (line 178) | String getText() { FILE: src/main/java/me/Danker/features/Reparty.java class Reparty (line 16) | public class Reparty { method onChat (line 18) | @SubscribeEvent(priority = EventPriority.HIGHEST) FILE: src/main/java/me/Danker/features/Skill50Display.java class Skill50Display (line 22) | public class Skill50Display { method onChat (line 28) | @SubscribeEvent(priority = EventPriority.HIGHEST) method onTick (line 111) | @SubscribeEvent class MaxSkillHud (line 123) | public static class MaxSkillHud extends Hud { method draw (line 141) | @Override method getWidth (line 160) | @Override method getHeight (line 165) | @Override FILE: src/main/java/me/Danker/features/SkillTracker.java class SkillTracker (line 30) | public class SkillTracker { method onChat (line 59) | @SubscribeEvent(priority = EventPriority.HIGHEST) method onKey (line 235) | public static void onKey() { method onGuiOpen (line 251) | @SubscribeEvent method addXP (line 258) | static double addXP(double totalXP, double skillXP) { class SkillTrackerHud (line 271) | public static class SkillTrackerHud extends Hud { method draw (line 331) | @Override method getWidth (line 350) | @Override method getHeight (line 355) | @Override method getText (line 360) | String getText() { FILE: src/main/java/me/Danker/features/SlayerESP.java class SlayerESP (line 24) | public class SlayerESP { method onWorldChange (line 32) | @SubscribeEvent method onTick (line 41) | @SubscribeEvent method onChat (line 77) | @SubscribeEvent method onWorldRender (line 95) | @SubscribeEvent FILE: src/main/java/me/Danker/features/SpamHider.java class SpamHider (line 9) | public class SpamHider { method onChat (line 11) | @SubscribeEvent FILE: src/main/java/me/Danker/features/SpiritBearAlert.java class SpiritBearAlert (line 10) | public class SpiritBearAlert { method onChat (line 12) | @SubscribeEvent FILE: src/main/java/me/Danker/features/SpiritBootsFix.java class SpiritBootsFix (line 14) | public class SpiritBootsFix { method onPacketRead (line 18) | @SubscribeEvent FILE: src/main/java/me/Danker/features/SpiritMaskTimer.java class SpiritMaskTimer (line 24) | public class SpiritMaskTimer { method onWorldChange (line 29) | @SubscribeEvent method onChat (line 34) | @SubscribeEvent class SpiritTimerHud (line 59) | public static class SpiritTimerHud extends Hud { method draw (line 70) | @Override method getWidth (line 105) | @Override method getHeight (line 110) | @Override method getText (line 115) | String getText() { FILE: src/main/java/me/Danker/features/StopSalvagingStarredItems.java class StopSalvagingStarredItems (line 10) | public class StopSalvagingStarredItems { method onSlotClick (line 12) | @SubscribeEvent FILE: src/main/java/me/Danker/features/TetherDisplay.java class TetherDisplay (line 23) | public class TetherDisplay { method onTick (line 27) | @SubscribeEvent class TetherDisplayHud (line 48) | public static class TetherDisplayHud extends Hud { method draw (line 57) | @Override method getWidth (line 69) | @Override method getHeight (line 74) | @Override method getText (line 79) | String getText() { FILE: src/main/java/me/Danker/features/UpdateChecker.java class UpdateChecker (line 16) | public class UpdateChecker { method onJoin (line 20) | @SubscribeEvent FILE: src/main/java/me/Danker/features/WatcherReadyAlert.java class WatcherReadyAlert (line 10) | public class WatcherReadyAlert { method onChat (line 12) | @SubscribeEvent(receiveCanceled = true) FILE: src/main/java/me/Danker/features/loot/BlazeTracker.java class BlazeTracker (line 12) | public class BlazeTracker { method onLootDrop (line 66) | @SubscribeEvent method onChat (line 196) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/CatacombsTracker.java class CatacombsTracker (line 16) | public class CatacombsTracker { method onChat (line 228) | @SubscribeEvent method onSlotClick (line 663) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/EndermanTracker.java class EndermanTracker (line 12) | public class EndermanTracker { method onLootDrop (line 62) | @SubscribeEvent method onChat (line 186) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/FishingTracker.java class FishingTracker (line 10) | public class FishingTracker { method onChat (line 141) | @SubscribeEvent(receiveCanceled = true) method increaseSeaCreatures (line 417) | public void increaseSeaCreatures() { method getAmount (line 453) | public int getAmount() { FILE: src/main/java/me/Danker/features/loot/GhostTracker.java class GhostTracker (line 9) | public class GhostTracker { method onChat (line 23) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/LootDisplay.java class LootDisplay (line 21) | public class LootDisplay extends Hud { method draw (line 136) | @Override method getWidth (line 1827) | @Override method getHeight (line 1832) | @Override FILE: src/main/java/me/Danker/features/loot/LootTracker.java class LootTracker (line 20) | public class LootTracker { method onChat (line 29) | @SubscribeEvent method onPacketRead (line 50) | @SubscribeEvent method getAmountfromMessage (line 102) | public static int getAmountfromMessage(String message) { FILE: src/main/java/me/Danker/features/loot/MythologicalTracker.java class MythologicalTracker (line 13) | public class MythologicalTracker { method onChat (line 37) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/SpiderTracker.java class SpiderTracker (line 12) | public class SpiderTracker { method onLootDrop (line 40) | @SubscribeEvent method onChat (line 101) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/TrophyFishTracker.java class TrophyFishTracker (line 22) | public class TrophyFishTracker { method createEmpty (line 29) | public static JsonObject createEmpty() { method init (line 60) | @SubscribeEvent method postConfigInit (line 65) | @SubscribeEvent method onChat (line 72) | @SubscribeEvent(receiveCanceled = true) method save (line 99) | public static void save() { method getTierCount (line 108) | public static String getTierCount(JsonObject obj, String name) { method getSum (line 122) | public static int getSum(JsonObject obj, String name) { method drawCompletion (line 130) | public static void drawCompletion(JsonObject obj, String name, int x, ... FILE: src/main/java/me/Danker/features/loot/VampireTracker.java class VampireTracker (line 11) | public class VampireTracker { method onLootDrop (line 35) | @SubscribeEvent method onChat (line 72) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/WolfTracker.java class WolfTracker (line 12) | public class WolfTracker { method onLootDrop (line 43) | @SubscribeEvent method onChat (line 113) | @SubscribeEvent FILE: src/main/java/me/Danker/features/loot/ZombieTracker.java class ZombieTracker (line 12) | public class ZombieTracker { method onLootDrop (line 50) | @SubscribeEvent method onChat (line 140) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/ArrowTerminalSolver.java class ArrowTerminalSolver (line 17) | public class ArrowTerminalSolver { method onEntityInteract (line 19) | @SubscribeEvent method onPacket (line 35) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/BlazeSolver.java class BlazeSolver (line 21) | public class BlazeSolver { method onWorldChange (line 28) | @SubscribeEvent method onTick (line 36) | @SubscribeEvent method onWorldRender (line 98) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/BlockWrongTerminalClicks.java class BlockWrongTerminalClicks (line 15) | public class BlockWrongTerminalClicks { method onSlotClick (line 17) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/BoulderSolver.java class BoulderSolver (line 26) | public class BoulderSolver { method onWorldChange (line 35) | @SubscribeEvent method onTick (line 40) | @SubscribeEvent method onWorldRender (line 141) | @SubscribeEvent method onInteract (line 169) | @SubscribeEvent method reset (line 179) | static void reset() { FILE: src/main/java/me/Danker/features/puzzlesolvers/ChronomatronSolver.java class ChronomatronSolver (line 23) | public class ChronomatronSolver { method onSlotClick (line 29) | @SubscribeEvent method onGuiRender (line 56) | @SubscribeEvent method onGuiOpen (line 102) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/ClickInOrderSolver.java class ClickInOrderSolver (line 24) | public class ClickInOrderSolver { method onTooltipLow (line 29) | @SubscribeEvent(priority = EventPriority.LOW) method onTick (line 48) | @SubscribeEvent method onGuiRender (line 87) | @SubscribeEvent method onGuiOpen (line 101) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/CreeperSolver.java class CreeperSolver (line 23) | public class CreeperSolver { method onTick (line 31) | @SubscribeEvent method onWorldRender (line 78) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/IceWalkSolver.java class IceWalkSolver (line 25) | public class IceWalkSolver { method onWorldChange (line 35) | @SubscribeEvent method onTick (line 40) | @SubscribeEvent method onWorldRender (line 190) | @SubscribeEvent method reset (line 279) | static void reset() { FILE: src/main/java/me/Danker/features/puzzlesolvers/LividSolver.java class LividSolver (line 32) | public class LividSolver { method onWorldChange (line 37) | @SubscribeEvent method onTick (line 42) | @SubscribeEvent method onRenderEntity (line 77) | @SubscribeEvent method onWorldRender (line 90) | @SubscribeEvent method getTextFromValue (line 98) | static String getTextFromValue(int value) { class LividSolverHud (line 132) | public static class LividSolverHud extends Hud { method draw (line 144) | @Override method getWidth (line 156) | @Override method getHeight (line 161) | @Override method getText (line 166) | String getText() { FILE: src/main/java/me/Danker/features/puzzlesolvers/SameColourSolver.java class SameColourSolver (line 27) | public class SameColourSolver { method onTooltipLow (line 33) | @SubscribeEvent(priority = EventPriority.LOW) method onTick (line 52) | @SubscribeEvent method onGuiRender (line 116) | @SubscribeEvent method onGuiOpen (line 138) | @SubscribeEvent method getDistance (line 146) | public static int getDistance(int colour, int endColour) { FILE: src/main/java/me/Danker/features/puzzlesolvers/SelectAllColourSolver.java class SelectAllColourSolver (line 19) | public class SelectAllColourSolver { method onGuiRender (line 24) | @SubscribeEvent method onGuiOpen (line 55) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/SilverfishSolver.java class SilverfishSolver (line 30) | public class SilverfishSolver { method onWorldChange (line 38) | @SubscribeEvent method onTick (line 43) | @SubscribeEvent method onWorldRender (line 148) | @SubscribeEvent method reset (line 179) | static void reset() { FILE: src/main/java/me/Danker/features/puzzlesolvers/StartsWithSolver.java class StartsWithSolver (line 13) | public class StartsWithSolver { method onGuiRender (line 15) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/SuperpairsSolver.java class SuperpairsSolver (line 26) | public class SuperpairsSolver { method onTooltip (line 30) | @SubscribeEvent(priority = EventPriority.HIGHEST) method onTick (line 68) | @SubscribeEvent method onGuiRender (line 100) | @SubscribeEvent method onGuiOpen (line 145) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/TeleportPadSolver.java class TeleportPadSolver (line 16) | public class TeleportPadSolver { method onWorldChange (line 21) | @SubscribeEvent method onTick (line 27) | @SubscribeEvent method onWorldRender (line 40) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/ThreeManSolver.java class ThreeManSolver (line 19) | public class ThreeManSolver { method onWorldChange (line 27) | @SubscribeEvent method onChat (line 32) | @SubscribeEvent method onWorldRender (line 60) | @SubscribeEvent method answer (line 67) | public static void answer(String message) { FILE: src/main/java/me/Danker/features/puzzlesolvers/TicTacToeSolver.java class TicTacToeSolver (line 28) | public class TicTacToeSolver { method onTick (line 32) | @SubscribeEvent method onWorldRender (line 129) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java class TriviaSolver (line 23) | public class TriviaSolver { method init (line 29) | @SubscribeEvent method onChat (line 69) | @SubscribeEvent(priority = EventPriority.HIGHEST) FILE: src/main/java/me/Danker/features/puzzlesolvers/UltrasequencerSolver.java class UltrasequencerSolver (line 21) | public class UltrasequencerSolver { method onTick (line 26) | @SubscribeEvent method onSlotClick (line 53) | @SubscribeEvent method onGuiRender (line 74) | @SubscribeEvent method onGuiOpen (line 106) | @SubscribeEvent FILE: src/main/java/me/Danker/features/puzzlesolvers/WaterSolver.java class WaterSolver (line 21) | public class WaterSolver { method onTick (line 27) | @SubscribeEvent class WaterSolverHud (line 156) | public static class WaterSolverHud extends Hud { method draw (line 166) | @Override method getWidth (line 178) | @Override method getHeight (line 183) | @Override FILE: src/main/java/me/Danker/gui/WarningGui.java class WarningGui (line 10) | public class WarningGui extends GuiScreen { method WarningGui (line 13) | public WarningGui(){ method doesGuiPauseGame (line 17) | @Override method initGui (line 22) | @Override method drawScreen (line 34) | @Override method actionPerformed (line 45) | @Override FILE: src/main/java/me/Danker/gui/WarningGuiRedirect.java class WarningGuiRedirect (line 7) | public class WarningGuiRedirect extends GuiMainMenu { method keyTyped (line 11) | protected void keyTyped(char par1, int par2){} method WarningGuiRedirect (line 12) | public WarningGuiRedirect(GuiScreen g){ method initGui (line 16) | public void initGui(){ method drawScreen (line 21) | public void drawScreen(int par1, int par2, float par3){ FILE: src/main/java/me/Danker/gui/alerts/AlertActionGui.java class AlertActionGui (line 11) | public class AlertActionGui extends GuiScreen { method AlertActionGui (line 21) | public AlertActionGui(int id) { method doesGuiPauseGame (line 25) | @Override method initGui (line 30) | @Override method drawScreen (line 52) | @Override method actionPerformed (line 62) | @Override FILE: src/main/java/me/Danker/gui/alerts/AlertAddGui.java class AlertAddGui (line 14) | public class AlertAddGui extends GuiScreen { method AlertAddGui (line 37) | public AlertAddGui() {} method AlertAddGui (line 39) | public AlertAddGui(Alerts.Alert alert, int id) { method doesGuiPauseGame (line 45) | @Override method initGui (line 50) | @Override method drawScreen (line 101) | @Override method actionPerformed (line 115) | @Override method mouseClicked (line 145) | @Override method keyTyped (line 152) | @Override FILE: src/main/java/me/Danker/gui/alerts/AlertsGui.java class AlertsGui (line 13) | public class AlertsGui extends GuiScreen { method AlertsGui (line 23) | public AlertsGui(int page) { method initGui (line 27) | @Override method reInit (line 50) | public void reInit() { method drawScreen (line 66) | @Override method actionPerformed (line 75) | @Override FILE: src/main/java/me/Danker/gui/aliases/AliasesActionGui.java class AliasesActionGui (line 11) | public class AliasesActionGui extends GuiScreen { method AliasesActionGui (line 21) | public AliasesActionGui(int id) { method doesGuiPauseGame (line 25) | @Override method initGui (line 30) | @Override method drawScreen (line 52) | @Override method actionPerformed (line 62) | @Override FILE: src/main/java/me/Danker/gui/aliases/AliasesAddGui.java class AliasesAddGui (line 13) | public class AliasesAddGui extends GuiScreen { method AliasesAddGui (line 27) | public AliasesAddGui() {} method AliasesAddGui (line 29) | public AliasesAddGui(ChatAliases.Alias alias, int id) { method doesGuiPauseGame (line 35) | @Override method initGui (line 40) | @Override method drawScreen (line 74) | @Override method actionPerformed (line 86) | @Override method mouseClicked (line 102) | @Override method keyTyped (line 109) | @Override FILE: src/main/java/me/Danker/gui/aliases/AliasesGui.java class AliasesGui (line 13) | public class AliasesGui extends GuiScreen { method AliasesGui (line 23) | public AliasesGui(int page) { method doesGuiPauseGame (line 27) | @Override method initGui (line 32) | @Override method reInit (line 55) | public void reInit() { method drawScreen (line 71) | @Override method actionPerformed (line 80) | @Override FILE: src/main/java/me/Danker/gui/buttons/FeatureButton.java class FeatureButton (line 8) | public class FeatureButton extends GuiButton { method FeatureButton (line 12) | public FeatureButton(String displayString, String hoverText) { FILE: src/main/java/me/Danker/gui/buttons/LocationButton.java class LocationButton (line 8) | public class LocationButton extends GuiButton { method LocationButton (line 18) | public LocationButton(int x, int y, double scale, String text, String ... method LocationButton (line 48) | public LocationButton(int x, int y, double scale, String text) { method drawButton (line 52) | @Override method playPressSound (line 59) | @Override FILE: src/main/java/me/Danker/gui/crystalhollowwaypoints/CrystalHollowAddWaypointGui.java class CrystalHollowAddWaypointGui (line 15) | public class CrystalHollowAddWaypointGui extends GuiScreen { method CrystalHollowAddWaypointGui (line 30) | public CrystalHollowAddWaypointGui() {} method CrystalHollowAddWaypointGui (line 32) | public CrystalHollowAddWaypointGui(int x, int y, int z) { method doesGuiPauseGame (line 38) | @Override method initGui (line 43) | @Override method drawScreen (line 76) | @Override method actionPerformed (line 91) | @Override method mouseClicked (line 114) | @Override method keyTyped (line 123) | @Override FILE: src/main/java/me/Danker/gui/crystalhollowwaypoints/CrystalHollowWaypointActionGui.java class CrystalHollowWaypointActionGui (line 13) | public class CrystalHollowWaypointActionGui extends GuiScreen { method CrystalHollowWaypointActionGui (line 24) | public CrystalHollowWaypointActionGui(int id) { method doesGuiPauseGame (line 28) | @Override method initGui (line 33) | @Override method drawScreen (line 57) | @Override method actionPerformed (line 67) | @Override FILE: src/main/java/me/Danker/gui/crystalhollowwaypoints/CrystalHollowWaypointsGui.java class CrystalHollowWaypointsGui (line 13) | public class CrystalHollowWaypointsGui extends GuiScreen { method CrystalHollowWaypointsGui (line 23) | public CrystalHollowWaypointsGui(int page) { method doesGuiPauseGame (line 27) | @Override method initGui (line 32) | @Override method reInit (line 55) | public void reInit() { method drawScreen (line 71) | @Override method actionPerformed (line 80) | @Override FILE: src/main/java/me/Danker/handlers/APIHandler.java class APIHandler (line 30) | public class APIHandler { method getSSLSocketFactory (line 34) | public static SSLSocketFactory getSSLSocketFactory() { method getResponse (line 59) | public static JsonObject getResponse(String urlString, boolean hasErro... method getResponsePOST (line 106) | public static JsonObject getResponsePOST(String urlString, JsonObject ... method getArrayResponse (line 125) | public static JsonArray getArrayResponse(String urlString) { method getUUID (line 159) | public static String getUUID(String username) { method getName (line 164) | public static String getName(String uuid) { FILE: src/main/java/me/Danker/handlers/ConfigHandler.java class ConfigHandler (line 6) | public class ConfigHandler { method reloadConfig (line 8) | public static void reloadConfig() { FILE: src/main/java/me/Danker/handlers/HypixelAPIHandler.java class HypixelAPIHandler (line 25) | public class HypixelAPIHandler { method getJsonObjectAuth (line 34) | public static JsonObject getJsonObjectAuth(String url) { // handles au... method setupConnection (line 57) | private static HttpURLConnection setupConnection(String url) { method authorize (line 86) | private static boolean authorize() { method calculateExpiry (line 101) | private static Instant calculateExpiry(String expiry) { method getLatestProfile (line 110) | public static JsonObject getLatestProfile(String UUID) { method getLatestProfileID (line 146) | public static String getLatestProfileID(String UUID) { FILE: src/main/java/me/Danker/handlers/PacketHandler.java class PacketHandler (line 11) | public class PacketHandler extends ChannelDuplexHandler { method channelRead (line 13) | @Override method write (line 22) | @Override FILE: src/main/java/me/Danker/handlers/ScoreboardHandler.java class ScoreboardHandler (line 18) | public class ScoreboardHandler { method cleanSB (line 20) | public static String cleanSB(String scoreboard) { method getSidebarLines (line 33) | public static List getSidebarLines() { FILE: src/main/java/me/Danker/handlers/TextRenderer.java class TextRenderer (line 10) | public class TextRenderer extends Gui { method drawText (line 15) | public static void drawText(String text, double x, double y, double sc... method drawHUDText (line 40) | public static void drawHUDText(String text, double x, double y, double... FILE: src/main/java/me/Danker/locations/DungeonFloor.java type DungeonFloor (line 3) | public enum DungeonFloor { FILE: src/main/java/me/Danker/locations/Location.java type Location (line 3) | public enum Location { method Location (line 26) | Location(String text) { method fromTab (line 30) | public static Location fromTab(String text) { FILE: src/main/java/me/Danker/utils/BoulderUtils.java class BoulderUtils (line 13) | public class BoulderUtils { method copy (line 26) | public static char[][] copy(char[][] array) { method flipVertically (line 30) | public static char[][] flipVertically(char[][] board) { method flipHorizontally (line 40) | public static char[][] flipHorizontally(char[][] board) { method rotateClockwise (line 52) | public static char[][] rotateClockwise(char[][] board) { method removeFirstRow (line 64) | public static char[][] removeFirstRow(char[][] board) { method toString (line 70) | public static String toString(char[][] board) { method findSolution (line 80) | public static int findSolution(char[][] board, int depth, List ... method canBePushed (line 148) | public static boolean canBePushed(char[][] floodFilledBoard, int row, ... method push (line 166) | public static char[][] push(char[][] board, int row, int column, char ... method isTouchingOpenSpace (line 185) | public static boolean isTouchingOpenSpace(char[][] floodFilledBoard, i... method hasOpenPath (line 192) | public static boolean hasOpenPath(char[][] board) { method floodFillBottom (line 201) | public static char[][] floodFillBottom(char[][] board) { method floodFill (line 211) | public static char[][] floodFill(char[][] board, int row, int column) { method add (line 224) | public static List add(List list, int[] arrayToAdd) { method getBoulder (line 230) | public static AxisAlignedBB getBoulder(int row, int column, BlockPos c... method drawArrow (line 251) | public static void drawArrow(AxisAlignedBB aabb, String boulderRoomDir... FILE: src/main/java/me/Danker/utils/IceWalkUtils.java class IceWalkUtils (line 7) | public class IceWalkUtils { method solve (line 9) | public static List solve(char[][] board) { method findSolution (line 17) | public static List findSolution(char[][] board, Point startPos,... method move (line 31) | public static Point move(char[][] board, Point pos, Direction directio... method isComplete (line 57) | public static boolean isComplete(char[][] board, List route) { class Point (line 66) | public static class Point { method Point (line 71) | public Point(int row, int column) { method hashCode (line 76) | @Override method equals (line 81) | @Override type Direction (line 92) | enum Direction { FILE: src/main/java/me/Danker/utils/RenderUtils.java class RenderUtils (line 23) | public class RenderUtils { method drawTitle (line 25) | public static void drawTitle(String text) { method drawOnSlot (line 47) | public static void drawOnSlot(int size, int xSlotPos, int ySlotPos, in... method drawTextOnSlot (line 60) | public static void drawTextOnSlot(int size, int xSlotPos, int ySlotPos... method draw3DLine (line 75) | public static void draw3DLine(Vec3 pos1, Vec3 pos2, int colourInt, int... method draw3DString (line 114) | public static void draw3DString(BlockPos pos, String text, int colour,... method draw3DString (line 138) | public static void draw3DString(double x, double y, double z, String t... method draw3DWaypointString (line 214) | public static void draw3DWaypointString(CrystalHollowWaypoints.Waypoin... method renderNametag (line 254) | public static void renderNametag(String str) { method draw3DBox (line 292) | public static void draw3DBox(AxisAlignedBB aabb, int colourInt, float ... method drawFilled3DBox (line 318) | public static void drawFilled3DBox(AxisAlignedBB aabb, int colourInt, ... method renderItem (line 387) | public static void renderItem(ItemStack stack, int x, int y, double sc... method renderItem (line 391) | public static void renderItem(ItemStack stack, int x, int y, int z, do... method drawCenteredText (line 407) | public static void drawCenteredText(String text, int screenWidth, int ... method drawModalRectWithCustomSizedTexture (line 413) | public static void drawModalRectWithCustomSizedTexture(double x, doubl... method getWidthFromText (line 427) | public static int getWidthFromText(String text) { method getHeightFromText (line 444) | public static int getHeightFromText(String text) { FILE: src/main/java/me/Danker/utils/SilverfishUtils.java class SilverfishUtils (line 5) | public class SilverfishUtils { method solve (line 8) | public static List solve(char[][] board, Point startPos, List getMatchingPlayers(String arg) { method createTitle (line 104) | public static void createTitle(String text, int seconds) { method isOnHypixel (line 111) | public static boolean isOnHypixel() { method checkForSkyblock (line 124) | public static void checkForSkyblock() { method checkTabLocation (line 139) | public static void checkTabLocation() { method isInDungeons (line 154) | public static boolean isInDungeons() { // update this whenever new dun... method checkForDungeonFloor (line 158) | public static void checkForDungeonFloor() { method isInScoreboard (line 183) | public static boolean isInScoreboard(String text) { method capitalizeString (line 192) | public static String capitalizeString(String string) { method getPercentage (line 204) | public static double getPercentage(int num1, int num2) { method getTimeBetween (line 211) | public static String getTimeBetween(double timeOne, double timeTwo) { method getMoneySpent (line 240) | public static String getMoneySpent(double coins) { method xpToSkillLevel (line 246) | public static double xpToSkillLevel(double xp, int limit) { method skillLevelToXp (line 256) | public static int skillLevelToXp(int level) { method xpToDungeonsLevel (line 266) | public static double xpToDungeonsLevel(double xp) { method expertiseKillsLeft (line 277) | public static int expertiseKillsLeft(int kills) { method getPastXpEarned (line 287) | public static int getPastXpEarned(int currentLevelXp, int limit) { method getTotalXpEarned (line 302) | public static double getTotalXpEarned(int currentLevel, double percent... method getColouredBoolean (line 312) | public static String getColouredBoolean(boolean bool) { method getItemLore (line 317) | public static List getItemLore(ItemStack itemStack) { method hasRightClickAbility (line 341) | public static boolean hasRightClickAbility(ItemStack itemStack) { method getFirstBlockPosAfterVectors (line 348) | public static BlockPos getFirstBlockPosAfterVectors(Minecraft mc, Vec3... method getNearbyBlock (line 367) | public static BlockPos getNearbyBlock(Minecraft mc, BlockPos pos, Bloc... method getBlockUnderItemFrame (line 388) | public static BlockPos getBlockUnderItemFrame(EntityItemFrame itemFram... method isRealPlayer (line 403) | public static boolean isRealPlayer(EntityPlayer player) { method removeBold (line 407) | public static String removeBold(String text) { method getIntFromString (line 411) | public static int getIntFromString(String text, boolean romanNumeral) { method skillsInitialized (line 435) | public static boolean skillsInitialized() { method initializeSkill (line 439) | public static int initializeSkill(ItemStack skillStack, String configV... method refreshRepo (line 457) | public static void refreshRepo() { method getCooldownFromAbility (line 466) | public static int getCooldownFromAbility(String ability) { method getCooldownReductionFromLevel (line 507) | public static double getCooldownReductionFromLevel(int level) { method desktopNotification (line 511) | public static void desktopNotification(String name, String title, Stri... method deepCopy (line 526) | public static JsonObject deepCopy(JsonObject obj) { method deepCopy (line 536) | public static JsonArray deepCopy(JsonArray array) { method getExtraAttributes (line 553) | public static NBTTagCompound getExtraAttributes(ItemStack item) { method getSkyblockItemID (line 559) | public static String getSkyblockItemID(ItemStack item) { method getTrophyFromAPI (line 568) | public static JsonObject getTrophyFromAPI(JsonObject obj, String name) { method isJson (line 579) | public static boolean isJson(String obj) { method parseInt (line 588) | public static int parseInt(String integer){ method getObjectFromPath (line 593) | public static JsonObject getObjectFromPath(JsonObject obj, String path) { method getSkillMaxLevel (line 611) | public static int getSkillMaxLevel(String skill) {