Commit 1f924e1
authored
📝 Add docstrings to
Docstrings generation was requested by @Edouard127.
* #98 (comment)
The following files were modified:
* `common/src/main/java/com/lambda/mixin/render/ChatHudMixin.java`
* `common/src/main/java/com/lambda/mixin/render/ChatInputSuggestorMixin.java`
* `common/src/main/java/com/lambda/mixin/render/ChatScreenMixin.java`
* `common/src/main/java/com/lambda/mixin/render/DrawContextMixin.java`
* `common/src/main/java/com/lambda/mixin/render/SplashOverlayMixin.java`
* `common/src/main/kotlin/com/lambda/graphics/RenderMain.kt`
* `common/src/main/kotlin/com/lambda/graphics/animation/Animation.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/Buffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/IRenderContext.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/VertexPipeline.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/frame/CachedFrame.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/frame/FrameBuffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/frame/ScreenFrameBuffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/pixel/PixelBuffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/vertex/ElementBuffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/vertex/VertexArray.kt`
* `common/src/main/kotlin/com/lambda/graphics/buffer/vertex/VertexBuffer.kt`
* `common/src/main/kotlin/com/lambda/graphics/gl/GlStateUtils.kt`
* `common/src/main/kotlin/com/lambda/graphics/gl/Matrices.kt`
* `common/src/main/kotlin/com/lambda/graphics/gl/Memory.kt`
* `common/src/main/kotlin/com/lambda/graphics/pipeline/ScissorAdapter.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/esp/ChunkedESP.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/esp/ESPRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/AbstractGUIRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/TextureRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/FontRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/core/LambdaAtlas.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/core/LambdaEmoji.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/core/LambdaFont.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/sdf/DistanceFieldTexture.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/rect/FilledRectRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/renderer/gui/rect/OutlineRectRenderer.kt`
* `common/src/main/kotlin/com/lambda/graphics/shader/Shader.kt`
* `common/src/main/kotlin/com/lambda/graphics/shader/ShaderUtils.kt`
* `common/src/main/kotlin/com/lambda/graphics/texture/AnimatedTexture.kt`
* `common/src/main/kotlin/com/lambda/graphics/texture/Texture.kt`
* `common/src/main/kotlin/com/lambda/graphics/texture/TextureOwner.kt`
* `common/src/main/kotlin/com/lambda/graphics/texture/TextureUtils.kt`
* `common/src/main/kotlin/com/lambda/gui/GuiManager.kt`
* `common/src/main/kotlin/com/lambda/gui/LambdaScreen.kt`
* `common/src/main/kotlin/com/lambda/gui/ScreenLayout.kt`
* `common/src/main/kotlin/com/lambda/gui/component/DockingRect.kt`
* `common/src/main/kotlin/com/lambda/gui/component/core/FilledRect.kt`
* `common/src/main/kotlin/com/lambda/gui/component/core/OutlineRect.kt`
* `common/src/main/kotlin/com/lambda/gui/component/core/TextField.kt`
* `common/src/main/kotlin/com/lambda/gui/component/layout/Layout.kt`
* `common/src/main/kotlin/com/lambda/gui/component/window/TitleBar.kt`
* `common/src/main/kotlin/com/lambda/gui/component/window/Window.kt`
* `common/src/main/kotlin/com/lambda/gui/component/window/WindowContent.kt`
* `common/src/main/kotlin/com/lambda/gui/impl/clickgui/ModuleLayout.kt`
* `common/src/main/kotlin/com/lambda/gui/impl/clickgui/ModuleWindow.kt`
* `common/src/main/kotlin/com/lambda/gui/impl/clickgui/settings/BooleanButton.kt`
* `common/src/main/kotlin/com/lambda/module/HudModule.kt`
* `common/src/main/kotlin/com/lambda/module/Module.kt`
* `common/src/main/kotlin/com/lambda/module/modules/client/LambdaMoji.kt`
* `common/src/main/kotlin/com/lambda/module/modules/player/MapDownloader.kt`refactor/ui
1 parent 081b677 commit 1f924e1
File tree
56 files changed
+1477
-229
lines changed- common/src/main
- java/com/lambda/mixin/render
- kotlin/com/lambda
- graphics
- animation
- buffer
- frame
- pixel
- vertex
- gl
- pipeline
- renderer
- esp
- gui
- font
- core
- sdf
- rect
- shader
- texture
- gui
- component
- core
- layout
- window
- impl/clickgui
- settings
- module
- modules
- client
- player
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1477
-229
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
31 | 45 | | |
32 | 46 | | |
33 | 47 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
61 | 80 | | |
62 | 81 | | |
63 | 82 | | |
64 | 83 | | |
65 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
66 | 93 | | |
67 | 94 | | |
68 | 95 | | |
69 | 96 | | |
70 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
71 | 108 | | |
72 | 109 | | |
73 | 110 | | |
| |||
105 | 142 | | |
106 | 143 | | |
107 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
108 | 155 | | |
109 | 156 | | |
110 | 157 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
29 | 39 | | |
30 | 40 | | |
31 | 41 | | |
| |||
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
49 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
50 | 77 | | |
51 | 78 | | |
52 | 79 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| |||
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
53 | 66 | | |
54 | 67 | | |
55 | 68 | | |
| |||
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
63 | 86 | | |
64 | 87 | | |
65 | 88 | | |
| |||
Lines changed: 35 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
32 | 49 | | |
33 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
34 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
35 | 67 | | |
36 | 68 | | |
37 | 69 | | |
| |||
0 commit comments