index
:
github/NotEnoughUpdates.git
aotv
autoupdate
brigadier
crafts/mobdrops
crafts/villagers
cultofthefallencalendaroverlay
disabledoptions
experiment
feat/annotationregistering
feat/customuseragent
feat/entertocopycalculationresult
feat/hexcodes
feat/jsonkey
feat/lessarmorstuff
feat/museumhighlight
feat/museumhighlightsolo
feat/npcexport
feat/ruler
feat/tunnelwaypoints
feat/versionidstats
feature/fishingnumber
feature/glowshrooms
feature/itemshops
feature/katsitter
feature/sbamixin
feature/signcalc
feature/universalconfigkillswitch
fix-enchanting_gui
fix/apicache-nullpointer
fix/apispam
fix/dependencies
fix/epicpets
fix/lava-fishing
fix/letsencryptssl
fix/montezumatype
fix/rngmeter
fix/storage
fix/stubexpladders
fix/tablistcooldown
fix/unarycalculator
fix/useragent
fix_storage-gui/search
fixbadgelines
fixdoublerenderingitemtooltip
fixdoubletyping
fixraintimer
fixyummycakeyumyum
forkering
infering
janitheaccuser
jitpacktest
joincommandv2
loomerings
luloeventlistener
malware
master
minion_helper_remerged
morecustomtodoicons
moulconfig
nobuttons
nomoreswing
ntr
perf/dungeonnpcprofitoverlay
petfix
pvfailures
pvlevel
recipeprio
redirecttomodifyarg
remove-label
scrolling
selectivebuttons
spiritleapmap
squashed_utility_changes_from_minion_helper_2
texturefixv2
updater
warner
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/main/java')
-rw-r--r--
src/main/java/NotSkyblockAddonsInstallerFrame.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java
5
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/ItemPriceInformation.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/NEUEventListener.java
11
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
46
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
32
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
24
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAH.java
25
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/auction/CustomAHGui.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/collectionlog/CollectionConstant.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/collectionlog/GuiCollectionLog.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/commands/ClientCommandBase.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/commands/Commands.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/commands/StatsCommand.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/BackgroundBlur.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/ChromaColour.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GlScissorStack.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GuiElement.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GuiElementBoolean.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GuiElementColour.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GuiElementTextField.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/GuiScreenElementWrapper.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/Config.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/GuiPositionEditor.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/KeybindHelper.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/Position.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/PositionNew.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/Category.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigAccordionId.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorAccordion.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorBoolean.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorButton.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorColour.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorDraggableList.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorDropdown.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorFSR.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorKeybind.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorSlider.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigEditorText.java
4
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/annotations/ConfigOption.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditor.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorAccordion.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorBoolean.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorButton.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorColour.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorDraggableList.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorDropdown.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorFSR.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorKeybind.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorSlider.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiOptionEditorText.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/gui/GuiPositionEditor.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/config/struct/ConfigProcessor.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/GuiElementSlider.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/MiscUtils.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/Splitters.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/StringUtils.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/lerp/LerpUtils.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/lerp/LerpingFloat.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/lerp/LerpingInteger.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/render/RenderUtils.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/core/util/render/TextRenderUtils.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/cosmetics/CapeManager.java
80
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/cosmetics/CapeNode.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/cosmetics/GuiCosmetics.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/cosmetics/NEUCape.java
5
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/cosmetics/ShaderManager.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonBlocks.java
41
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonMap.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/dungeons/DungeonWin.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/dungeons/GuiDungeonMapEditor.java
5
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/gamemodes/GuiGamemodes.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/gamemodes/SBGamemodes.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/CollectionLogInfoPane.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java
8
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/FlipperInfoPane.java
12
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/HTMLInfoPane.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/InfoPane.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/ScrollableInfoPane.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/infopanes/TextInfoPane.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/itemeditor/GuiElement.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/itemeditor/GuiElementButton.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/itemeditor/GuiElementText.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/itemeditor/GuiElementTextField.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/itemeditor/NEUItemEditor.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBAnchorPoint.java
1
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBDeserializer.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBGuiElement.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBGuiGroup.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBGuiGroupAligned.java
3
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/mbgui/MBGuiGroupFloating.java
5
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AuctionBINWarning.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AuctionSortModeWarning.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/BetterContainers.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CollectionLogManager.java
2
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalOverlay.java
16
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CustomItemEffects.java
59
-rw-r--r--
src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CustomSkulls.java
2