Skip to content

Commit

Permalink
1.21.2-pre4 stuff (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j authored Oct 15, 2024
1 parent b0713c6 commit e7c2e1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mappings/net/minecraft/client/font/TextRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 1 codePoint
ARG 2 style
METHOD method_27521 draw (Ljava/lang/String;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_4597;Lnet/minecraft/class_327$class_6415;II)I
ARG 1 text
ARG 2 x
ARG 3 y
ARG 4 color
Expand All @@ -97,6 +98,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 9 backgroundColor
ARG 10 light
METHOD method_27522 draw (Lnet/minecraft/class_2561;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_4597;Lnet/minecraft/class_327$class_6415;II)I
ARG 1 text
ARG 2 x
ARG 3 y
ARG 4 color
Expand Down Expand Up @@ -166,6 +168,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 8 layerType
ARG 9 backgroundColor
ARG 10 light
ARG 11 swapZIndex
METHOD method_37296 drawWithOutline (Lnet/minecraft/class_5481;FFIILorg/joml/Matrix4f;Lnet/minecraft/class_4597;I)V
ARG 1 text
ARG 2 x
Expand Down Expand Up @@ -200,6 +203,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
FIELD field_54817 color I
FIELD field_54818 backgroundColor I
FIELD field_54911 glyphs Ljava/util/List;
FIELD field_54973 swapZIndex Z
METHOD <init> (Lnet/minecraft/class_327;Lnet/minecraft/class_4597;FFIIZLorg/joml/Matrix4f;Lnet/minecraft/class_327$class_6415;IZ)V
ARG 2 vertexConsumers
ARG 3 x
Expand All @@ -210,6 +214,7 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
ARG 8 matrix
ARG 9 layerType
ARG 10 light
ARG 11 swapZIndex
METHOD <init> (Lnet/minecraft/class_327;Lnet/minecraft/class_4597;FFIZLorg/joml/Matrix4f;Lnet/minecraft/class_327$class_6415;I)V
ARG 2 vertexConsumers
ARG 3 x
Expand All @@ -224,4 +229,6 @@ CLASS net/minecraft/class_327 net/minecraft/client/font/TextRenderer
METHOD method_27532 addRectangle (Lnet/minecraft/class_382$class_328;)V
ARG 1 rectangle
METHOD method_65050 drawGlyphs ()V
METHOD method_65070 getForegroundZIndex ()F
METHOD method_65071 getBackgroundZIndex ()F
CLASS class_6415 TextLayerType
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
ARG 1 recipeId
METHOD method_64877 (Lnet/minecraft/class_516;)Z
ARG 0 resultCollection
METHOD method_65072 populateAllRecipes ()V
CLASS class_10329 Tab
METHOD <init> (Lnet/minecraft/class_10331;)V
ARG 1 type
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/world/chunk/Chunk.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ CLASS net/minecraft/class_2791 net/minecraft/world/chunk/Chunk
ARG 1 sectionCoord
METHOD method_65063 markNeedsSaving ()V
METHOD method_65064 tryMarkSaved ()Z
METHOD method_65069 isSerializable ()Z
CLASS class_6745 TickSchedulers

0 comments on commit e7c2e1d

Please sign in to comment.