MCPcopy Create free account

hub / github.com/Fix3dll/SkyblockAddons / functions

Functions1,574 in github.com/Fix3dll/SkyblockAddons

↓ 323 callersMethodisEnabled
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:321
↓ 201 callersMethodput
Put an item on cooldown by reading the cooldown value from the json. @param item ItemStack to put on cooldown
src/main/java/com/fix3dll/skyblockaddons/features/cooldowns/CooldownManager.java:51
↓ 195 callersMethodgetMessage
(String path, Object... variables)
src/main/java/com/fix3dll/skyblockaddons/core/Translations.java:20
↓ 174 callersMethodget
Returns the compiled pattern for this entry. @return the compiled {@link Pattern} @throws IllegalStateException if the pattern has not been loaded yet
src/main/java/com/fix3dll/skyblockaddons/core/Regex.java:117
↓ 160 callersMethodgetValue
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:375
↓ 135 callersMethodgetColor
(int alpha)
src/main/java/com/fix3dll/skyblockaddons/core/ColorCode.java:98
↓ 131 callersMethodadd
Update the changed amount of the item. @param amount Amount to be added
src/main/java/com/fix3dll/skyblockaddons/core/ItemDiff.java:38
↓ 109 callersMethodsize
()
src/main/java/com/fix3dll/skyblockaddons/features/tablist/RenderColumn.java:13
↓ 108 callersMethodisEmpty
()
src/main/java/com/fix3dll/skyblockaddons/core/SkyblockEquipment.java:115
↓ 107 callersMethodgetX
(int maxX)
src/main/java/com/fix3dll/skyblockaddons/utils/EnumUtils.java:47
↓ 106 callersMethodgetY
(int maxY)
src/main/java/com/fix3dll/skyblockaddons/utils/EnumUtils.java:55
↓ 106 callersMethodmatcher
Creates a {@link Matcher} for the given input against this pattern. @param input the character sequence to match @return a new {@link Matcher}
src/main/java/com/fix3dll/skyblockaddons/core/Regex.java:130
↓ 105 callersMethodequals
(Object anotherObject)
src/main/java/com/fix3dll/skyblockaddons/features/FetchurManager.java:144
↓ 89 callersMethodgetString
(JsonObject langJson, String path)
src/main/java/com/fix3dll/skyblockaddons/core/Translations.java:61
↓ 77 callersMethodisOn
@param island Island to check if the player is on it @return true if current map is one of the specified island @see #isOn(Island...)
src/main/java/com/fix3dll/skyblockaddons/utils/LocationUtils.java:62
↓ 72 callersMethodtoString
()
src/main/java/com/fix3dll/skyblockaddons/utils/objects/RegistrableEnum.java:7
↓ 70 callersMethodname
()
src/main/java/com/fix3dll/skyblockaddons/utils/objects/RegistrableEnum.java:5
↓ 67 callersMethoddrawText
Draws absolute text at the given position with chroma detection enabled. @param graphics the current {@link GuiGraphicsExtractor} context @param text
src/main/java/com/fix3dll/skyblockaddons/utils/DrawUtils.java:192
↓ 66 callersMethodisOnSkyblock
()
src/main/java/com/fix3dll/skyblockaddons/mixin/hooks/HudHook.java:17
↓ 64 callersMethodgetItem
Lazily creates and caches the ItemStack. @return {@link ItemStack} for this skill type rendering
src/main/java/com/fix3dll/skyblockaddons/core/SkillType.java:40
↓ 61 callersMethodgetLogger
()
src/main/java/com/fix3dll/skyblockaddons/SkyblockAddons.java:248
↓ 61 callersMethodset
If the value is valid, it is set to the value of the specified setting. If the settings map does not exist, the map is created and then the value is a
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:620
↓ 60 callersMethodgetColor
()
src/main/java/com/fix3dll/skyblockaddons/features/dungeons/DungeonClass.java:51
↓ 60 callersMethodidentifier
(String location)
src/main/java/com/fix3dll/skyblockaddons/SkyblockAddons.java:272
↓ 56 callersMethodcolor
()
src/main/java/com/fix3dll/skyblockaddons/mixin/hooks/ContainerScreenHook.java:15
↓ 54 callersMethodformatNumber
Formats a number to look better with commas every 3 digits (if the {@code NUMBER_SEPARATORS} mod feature is enabled) and up to two decimal places. For
src/main/java/com/fix3dll/skyblockaddons/utils/TextUtils.java:87
↓ 54 callersMethodisDisabled
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:331
↓ 54 callersMethodsendMessage
(Component text, boolean prefix)
src/main/java/com/fix3dll/skyblockaddons/utils/Utils.java:231
↓ 52 callersMethodadd
(List<Class<?>> sink, String rootPkg, String relPath,
src/main/java/com/fix3dll/skyblockaddons/utils/ReflectionUtils.java:69
↓ 50 callersMethodgetMessage
(String... variables)
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:262
↓ 50 callersMethodregister
Adds this keybinding to {@link net.minecraft.client.Minecraft#options}. If the key binding is not being registered for the first time, its previous ke
src/main/java/com/fix3dll/skyblockaddons/core/SkyblockKeyBinding.java:103
↓ 48 callersMethodget
(ItemStack item)
src/main/java/com/fix3dll/skyblockaddons/features/cooldowns/CooldownManager.java:27
↓ 42 callersMethodgetColor
()
src/main/java/com/fix3dll/skyblockaddons/utils/SkyblockColor.java:93
↓ 40 callersMethodcreate
(Gson gson, TypeToken<T> type)
src/main/java/com/fix3dll/skyblockaddons/utils/gson/GsonInitializableTypeAdapter.java:17
↓ 37 callersMethodequals
(Object obj)
src/main/java/com/fix3dll/skyblockaddons/features/fishing/FishParticleManager.java:116
↓ 37 callersMethodsetValue
(Object value)
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:388
↓ 37 callersMethodstripColor
Strips color codes from a given text @param input Text to strip colors from @return Text without color codes
src/main/java/com/fix3dll/skyblockaddons/utils/TextUtils.java:144
↓ 36 callersMethodcancel
(int id)
src/main/java/com/fix3dll/skyblockaddons/core/scheduler/Scheduler.java:67
↓ 31 callersMethodsaveValues
Saves the current data model to the JSON file asynchronously safely.
src/main/java/com/fix3dll/skyblockaddons/config/AbstractPersistentDataManager.java:78
↓ 30 callersMethodgetId
Returns the id for the task. @return Task id number.
src/main/java/com/fix3dll/skyblockaddons/core/scheduler/ScheduledTask.java:97
↓ 29 callersMethodclear
Clears all cached overlay data and resets the REI exclusion zone. Should be called when the dungeon chest inventory is closed.
src/main/java/com/fix3dll/skyblockaddons/features/dungeons/DungeonProfitOverlay.java:86
↓ 29 callersMethodgetSkyblockItemID
Returns the Skyblock Item ID of a given Skyblock item @param itemStack the Skyblock item to check @return the Skyblock Item ID of this item or {@code
src/main/java/com/fix3dll/skyblockaddons/utils/ItemUtils.java:351
↓ 28 callersMethodgetGuiScale
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:454
↓ 26 callersMethodsetColor
(int color)
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:491
↓ 25 callersMethodgetRowHeightSetting
(double row)
src/main/java/com/fix3dll/skyblockaddons/gui/screens/SettingsGui.java:670
↓ 22 callersMethodgetCoordinate
(ButtonLocation button)
src/main/java/com/fix3dll/skyblockaddons/gui/screens/LocationEditGui.java:486
↓ 22 callersMethodnumberValue
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:379
↓ 22 callersMethodplayLoudSound
When you use this function, any sound played will bypass the player's volume setting, so make sure to only use this for like warnings or stuff like th
src/main/java/com/fix3dll/skyblockaddons/utils/Utils.java:655
↓ 21 callersMethodgetAnchorPoint
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:397
↓ 21 callersMethodgetFormattedText
Returns legacy formatted text. <s>If there are no siblings and text is instance of {@link PlainTextContents} returns {@link PlainTextContents#text()}<
src/main/java/com/fix3dll/skyblockaddons/utils/TextUtils.java:650
↓ 21 callersMethodwithFixedColor
Applies a fixed color and disables chroma formatting for the given component. <p> If the provided component is not mutable, a copy is created. This en
src/main/java/com/fix3dll/skyblockaddons/utils/TextUtils.java:860
↓ 20 callersMethodgetDisplayName
@return A name displayed inside the button
src/main/java/com/fix3dll/skyblockaddons/gui/buttons/ButtonCycling.java:33
↓ 20 callersMethodgetExtraAttributes
Returns the {@code ExtraAttributes} compound tag from the item's NBT data. The item must not be {@code null}. @param item the item to get the tag from
src/main/java/com/fix3dll/skyblockaddons/utils/ItemUtils.java:198
↓ 20 callersMethodgetHeight
()
src/main/java/com/fix3dll/skyblockaddons/gui/screens/LocationEditGui.java:946
↓ 20 callersMethodordinal
()
src/main/java/com/fix3dll/skyblockaddons/utils/objects/RegistrableEnum.java:6
↓ 20 callersMethodrenderItem
(GuiGraphicsExtractor graphics, ItemStack item, float x, float y)
src/main/java/com/fix3dll/skyblockaddons/listeners/RenderListener.java:2335
↓ 20 callersMethodsendErrorMessage
(String errorText)
src/main/java/com/fix3dll/skyblockaddons/utils/Utils.java:270
↓ 20 callersMethodshowErrorPopup
(Throwable ex)
src/main/java/SkyblockAddonsInstallerFrame.java:610
↓ 20 callersMethodtextureSetup
(Identifier location)
src/main/java/com/fix3dll/skyblockaddons/listeners/RenderListener.java:2816
↓ 19 callersMethodgetActualX
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:433
↓ 19 callersMethodgetActualY
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:438
↓ 19 callersMethodgetAsNumber
Returns setting value as {@link Number} @param setting Feature related setting @return The value of the {@code setting} as {@link Number} @exception I
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:545
↓ 19 callersMethodisChroma
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:495
↓ 19 callersMethodparse
(Matcher dateMatcher)
src/main/java/com/fix3dll/skyblockaddons/core/SkyblockDate.java:24
↓ 19 callersMethodremove
Remove the cooldown from the specified itemId @param itemId the item id from which to remove the cooldown
src/main/java/com/fix3dll/skyblockaddons/features/cooldowns/CooldownManager.java:102
↓ 18 callersMethodisOnGlaciteTunnelsLocation
@return true if current location is where counts in Glacite Tunnels
src/main/java/com/fix3dll/skyblockaddons/utils/LocationUtils.java:53
↓ 17 callersMethodgetChromaColor
(float x, float y, int alpha)
src/main/java/com/fix3dll/skyblockaddons/core/render/chroma/ManualChromaManager.java:40
↓ 16 callersMethodcheckHoveredAndDrawBox
This just updates the hovered status and draws the box around each feature. To avoid repetitive code.
src/main/java/com/fix3dll/skyblockaddons/gui/buttons/feature/ButtonLocation.java:54
↓ 16 callersMethodclamp
Clamps a value between two bounds. <p> For example, if the given value is 2.5, and the max is 2, this will round down to 2. @param value The value to
src/main/java/com/fix3dll/skyblockaddons/utils/MathUtils.java:78
↓ 16 callersMethodgetLeft
()
src/main/java/com/fix3dll/skyblockaddons/utils/objects/Pair.java:12
↓ 16 callersMethodgetRight
()
src/main/java/com/fix3dll/skyblockaddons/utils/objects/Pair.java:20
↓ 16 callersMethodisHovered
(double mouseX, double mouseY)
src/main/java/com/fix3dll/skyblockaddons/gui/buttons/SkyblockAddonsButton.java:50
↓ 15 callersMethodaccept
(@NonNull Style style, @NonNull String string)
src/main/java/com/fix3dll/skyblockaddons/utils/TextUtils.java:666
↓ 15 callersMethodgetWidth
()
src/main/java/com/fix3dll/skyblockaddons/gui/screens/LocationEditGui.java:950
↓ 15 callersMethodhandleLocalFileReadException
This method handles errors that can occur when reading the local configuration files. If the game is still initializing, it displays an error screen a
src/main/java/com/fix3dll/skyblockaddons/utils/data/DataUtils.java:487
↓ 15 callersMethodput
Put any detected deployable into the list of active deployables. @param deployable Detected Deployable type @param seconds Seconds the deployable has
src/main/java/com/fix3dll/skyblockaddons/features/deployable/DeployableManager.java:56
↓ 15 callersMethodtransformX
(float x, int width, float scale, boolean xAllignment)
src/main/java/com/fix3dll/skyblockaddons/listeners/RenderListener.java:2695
↓ 15 callersMethodtransformY
(float y, int height, float scale)
src/main/java/com/fix3dll/skyblockaddons/listeners/RenderListener.java:2708
↓ 14 callersMethodgetPetInfo
Returns a {@link PetInfo} from the {@link ItemStack} @param itemStack the {@link ItemStack} to check @return A {@link PetInfo} or {@code null} if it i
src/main/java/com/fix3dll/skyblockaddons/utils/ItemUtils.java:430
↓ 14 callersMethodgetScale
()
src/main/java/com/fix3dll/skyblockaddons/mixin/transformers/ChatComponentMixin.java:23
↓ 14 callersMethodgetStyle
(int level)
src/main/java/com/fix3dll/skyblockaddons/utils/data/skyblockdata/EnchantmentsData.java:152
↓ 14 callersMethodhas
Checks whether the specified {@link FeatureSetting} is present. @param setting of Feature @return true if {@link Feature}'s settings is not null and c
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:633
↓ 14 callersMethodsetItemStack
(ItemStack itemStack)
src/main/java/com/fix3dll/skyblockaddons/core/SkyblockEquipment.java:56
↓ 13 callersMethodexecute
(@NonNull HttpClient client, @NonNull ExecutorService executor)
src/main/java/com/fix3dll/skyblockaddons/utils/data/RemoteFileRequest.java:58
↓ 12 callersMethodgetAsEnum
Returns setting value as {@link RegistrableEnum} @param setting Feature related setting @return The value of the {@code setting} as {@link Registrable
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:561
↓ 12 callersMethodgetColor
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:466
↓ 12 callersMethodloadOnlineData
(RemoteFileRequest<?> request)
src/main/java/com/fix3dll/skyblockaddons/utils/data/DataUtils.java:342
↓ 12 callersMethodscheduleTask
Runs a task (synchronously) on the next tick. @param task The task to run. @param delay The delay (in ticks) to wait before running the task. @return
src/main/java/com/fix3dll/skyblockaddons/core/scheduler/Scheduler.java:101
↓ 12 callersMethodsetEnabled
Sets whether the current feature is enabled. @param enabled {@code true} to enable the feature, {@code false} to disable it
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:248
↓ 12 callersMethodsetGuiToOpen
(GUIType guiToOpen, int page, GuiTab tab)
src/main/java/com/fix3dll/skyblockaddons/listeners/RenderListener.java:2683
↓ 11 callersMethodcreateItemStack
(Item item, boolean enchanted)
src/main/java/com/fix3dll/skyblockaddons/utils/ItemUtils.java:670
↓ 11 callersMethodget
If the property has a settings map and the specified setting is associated with this property, it returns the stored value of that setting. If the set
src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java:594
↓ 11 callersMethodgetDefaultColor
(float alphaFloat)
src/main/java/com/fix3dll/skyblockaddons/utils/Utils.java:646
↓ 11 callersMethodgetGameProfile
()
src/main/java/com/fix3dll/skyblockaddons/utils/data/skyblockdata/ItemsData.java:457
↓ 11 callersMethodgetTexturedHeadItem
(String identifier)
src/main/java/com/fix3dll/skyblockaddons/utils/ItemUtils.java:70
↓ 11 callersMethodgetTotalTicks
()
src/main/java/com/fix3dll/skyblockaddons/core/scheduler/Scheduler.java:28
↓ 11 callersMethodparseFloat
Parses a float from a given string. @param string the string to parse @return the parsed float or {@code -1} if parsing was unsuccessful
src/main/java/com/fix3dll/skyblockaddons/utils/ActionBarParser.java:613
↓ 11 callersMethodpriceLookup
Looks up the best available price for {@code skyblockId}. Tries Bazaar instant-sell first, then Lowest BIN. Both lookups use the ID as-is - callers ar
src/main/java/com/fix3dll/skyblockaddons/features/dungeons/DungeonProfitOverlay.java:405
↓ 10 callersMethodcancel
Will attempt to cancel this task if running.
src/main/java/com/fix3dll/skyblockaddons/core/scheduler/ScheduledTask.java:71
↓ 10 callersMethodgetRelatedFeature
()
src/main/java/com/fix3dll/skyblockaddons/core/feature/FeatureSetting.java:220
next →1–100 of 1,574, ranked by callers