Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Oct 16, 2024
1 parent eae83d6 commit d5c7ff4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions mappings/net/minecraft/client/gui/DrawContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -371,23 +371,22 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
COMMENT
COMMENT @param textureWidth the width of the entire texture
COMMENT @param textureHeight the height of the entire texture
COMMENT @param u the x starting position of the region in the texture
COMMENT @param v the y starting position of the region in the texture
COMMENT @param width the width of the drawn rectangle and of the region in the texture
COMMENT @param height the height of the drawn rectangle and of the region in the texture
ARG 1 renderLayers
ARG 2 sprite
ARG 3 textureWidth
COMMENT the width of the entire texture
ARG 4 textureHeight
COMMENT the height of the entire texture
ARG 5 u
COMMENT the x starting position of the region in the texture
ARG 6 v
COMMENT the y starting position of the region in the texture
ARG 7 x
ARG 8 y
ARG 9 width
COMMENT the width of the drawn rectangle and of the region in the texture
ARG 10 height
COMMENT the height of the drawn rectangle and of the region in the texture
METHOD method_52709 drawSpriteStretched (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)V
ARG 1 renderLayers
ARG 2 sprite
Expand Down

0 comments on commit d5c7ff4

Please sign in to comment.