Skip to content

Commit c6c158c

Browse files
authored
26.3-snapshot-3 part 2 (#65)
1 parent a221ca7 commit c6c158c

19 files changed

Lines changed: 74 additions & 4 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CLASS net/minecraft/class_1_1254 com/mojang/blaze3d/buffers/GpuBufferSlice
2-
METHOD method_1_7924 (ZZ)Lnet/minecraft/class_1_1254$class_1_892;
2+
METHOD method_1_7924 map (ZZ)Lnet/minecraft/class_1_1254$class_1_892;
33
ARG 1 read
44
ARG 2 write
5-
METHOD method_1_7925 (JJ)Lnet/minecraft/class_1_1254;
5+
METHOD method_1_7925 slice (JJ)Lnet/minecraft/class_1_1254;
66
ARG 1 offset
77
ARG 3 length
88
CLASS class_1_892 Mapped

mappings/net/minecraft/block/MushroomPlantBlock.mapping

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
CLASS net/minecraft/class_2420 net/minecraft/block/MushroomPlantBlock
2+
FIELD field_1_8513 SPREAD_CHECK_MAX_COUNT I
3+
FIELD field_1_8514 SPREAD_CHECK_NEIGHBORHOOD_RADIUS I
24
FIELD field_11304 SHAPE Lnet/minecraft/class_265;
35
FIELD field_27194 featureKey Lnet/minecraft/class_5321;
46
METHOD <init> (Lnet/minecraft/class_5321;Lnet/minecraft/class_4970$class_2251;)V
57
ARG 1 featureKey
68
ARG 2 settings
9+
METHOD method_1_7787 canSpread (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
10+
ARG 1 world
11+
ARG 2 pos
12+
METHOD method_1_7788 (Lnet/minecraft/class_2680;)Z
13+
ARG 1 state
714
METHOD method_10349 trySpawningBigMushroom (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Z
815
ARG 1 world
916
ARG 2 pos

mappings/net/minecraft/client/network/ClientPlayNetworkHandler.mapping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CLASS net/minecraft/class_634 net/minecraft/client/network/ClientPlayNetworkHandler
22
FIELD field_1_1040 clocks Lnet/minecraft/class_1_100;
33
FIELD field_1_6575 onlineMode Z
4+
FIELD field_1_8196 PACKET_SPAWN_CONTEXT Lnet/minecraft/class_1_1035;
45
FIELD field_3687 random Lnet/minecraft/class_5819;
56
FIELD field_3691 commandSource Lnet/minecraft/class_637;
67
FIELD field_3692 dataQueryHandler Lnet/minecraft/class_300;

mappings/net/minecraft/client/render/block/entity/SkullBlockEntityRenderer.mapping

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CLASS net/minecraft/class_836 net/minecraft/client/render/block/entity/SkullBloc
99
ARG 0 rotation
1010
METHOD method_1_2846 getWallTransformation (Lnet/minecraft/class_2350;)Lnet/minecraft/class_4590;
1111
ARG 0 direction
12+
METHOD method_1_7109 getSulfurCubeRenderLayer (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
13+
ARG 0 texture
1214
METHOD method_3578 getCutoutRenderLayer (Lnet/minecraft/class_2484$class_2485;Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
1315
ARG 0 type
1416
ARG 1 texture

mappings/net/minecraft/client/render/entity/SulfurCubeEntityRenderer.mapping

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ CLASS net/minecraft/class_1_754 net/minecraft/client/render/entity/SulfurCubeEnt
22
FIELD field_1_3800 ID Lnet/minecraft/class_1_436;
33
FIELD field_1_3801 OUTER_TEXTURE Lnet/minecraft/class_2960;
44
FIELD field_1_3802 blockModelManager Lnet/minecraft/class_1_394;
5+
FIELD field_1_7085 OUTER_TEXTURE_SMALL Lnet/minecraft/class_2960;
6+
FIELD field_1_7086 regularModel Lnet/minecraft/class_1_756;
7+
FIELD field_1_7087 smallModel Lnet/minecraft/class_1_1032;
8+
FIELD field_1_7614 HORIZONTAL_SCALE F
9+
FIELD field_1_7615 HEAD_TRANSFORMATION Lnet/minecraft/class_976$class_9994;

mappings/net/minecraft/client/render/entity/feature/HeadFeatureRenderer.mapping

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,17 @@ CLASS net/minecraft/class_976 net/minecraft/client/render/entity/feature/HeadFea
2020
ARG 1 state
2121
ARG 2 skullType
2222
CLASS class_9994 HeadTransformation
23+
FIELD field_1_7701 SULFUR_CUBE_RESOLVER Ljava/util/function/Function;
24+
FIELD field_1_7702 DEFAULT_RESOLVER Ljava/util/function/Function;
2325
FIELD field_53212 DEFAULT Lnet/minecraft/class_976$class_9994;
26+
METHOD <init> (FFF)V
27+
ARG 1 yOffset
28+
ARG 2 skullYOffset
29+
ARG 3 horizontalScale
30+
METHOD <init> (FFFF)V
31+
ARG 1 yOffset
32+
ARG 2 skullYOffset
33+
ARG 3 horizontalScale
34+
ARG 4 verticalScale
35+
METHOD method_1_7090 (Lnet/minecraft/class_11786$class_11787;)Lnet/minecraft/class_1921;
36+
ARG 0 entry
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CLASS net/minecraft/class_1_764 net/minecraft/client/render/entity/state/SulfurCubeEntityEntityRenderState
22
FIELD field_1_3820 block Lnet/minecraft/class_1_395;
3+
FIELD field_1_6220 fuse F

mappings/net/minecraft/client/render/model/json/ModelElement.mapping

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ CLASS net/minecraft/class_785 net/minecraft/client/render/model/json/ModelElemen
3737
ARG 1 json
3838
ARG 2 type
3939
ARG 3 context
40+
METHOD method_1_8177 deserializeShadeDirectionOverride (Lcom/google/gson/JsonObject;)Lnet/minecraft/class_2350;
41+
ARG 1 json
4042
METHOD method_3404 deserializeFaces (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;)Ljava/util/Map;
4143
ARG 1 context
4244
ARG 2 object

mappings/net/minecraft/client/texture/PlayerSkinCache.mapping

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ CLASS net/minecraft/class_11786 net/minecraft/client/texture/PlayerSkinCache
2121
CLASS 1 1
2222
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
2323
ARG 1 profile
24+
METHOD method_73497 (Lnet/minecraft/class_9296;Lcom/mojang/authlib/GameProfile;)Ljava/util/concurrent/CompletionStage;
25+
ARG 2 profile
2426
METHOD method_73498 (Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_9296;Lnet/minecraft/class_8685;)Lnet/minecraft/class_11786$class_11787;
2527
ARG 3 skinTextures
28+
METHOD method_73499 (Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_9296;Ljava/util/Optional;)Ljava/util/Optional;
29+
ARG 3 skinTexturesOpt
2630
CLASS 2 2
2731
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
2832
ARG 1 profile
@@ -35,6 +39,7 @@ CLASS net/minecraft/class_11786 net/minecraft/client/texture/PlayerSkinCache
3539
METHOD <init> (Lnet/minecraft/class_11786;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_8685;Lnet/minecraft/class_8685$class_11892;)V
3640
ARG 2 profile
3741
ARG 3 textures
42+
ARG 4 skinOverride
3843
METHOD equals (Ljava/lang/Object;)Z
3944
ARG 1 o
4045
METHOD method_73502 getProfile ()Lcom/mojang/authlib/GameProfile;

mappings/net/minecraft/data/family/BlockFamily.mapping

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ CLASS net/minecraft/class_5794 net/minecraft/data/family/BlockFamily
4343
METHOD method_1_6273 noGenerateCrackingRecipes ()Lnet/minecraft/class_5794$class_5795;
4444
METHOD method_1_6274 pillar (Lnet/minecraft/class_2248;)Lnet/minecraft/class_5794$class_5795;
4545
ARG 1 block
46+
METHOD method_1_6430 carpet (Lnet/minecraft/class_2248;)Lnet/minecraft/class_5794$class_5795;
47+
ARG 1 block
4648
METHOD method_33481 build ()Lnet/minecraft/class_5794;
4749
METHOD method_33482 button (Lnet/minecraft/class_2248;)Lnet/minecraft/class_5794$class_5795;
4850
ARG 1 block

0 commit comments

Comments
 (0)