Skip to content

Commit

Permalink
match 1.21.4-pre1 to 24w46a
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Nov 20, 2024
1 parent da55fe9 commit 8041e15
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mappings/com/mojang/blaze3d/texture/NativeImage.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ CLASS net/minecraft/unmapped/C_ayikuhxa com/mojang/blaze3d/texture/NativeImage
ARG 6 width
ARG 7 flipHorizontal
ARG 8 flipVertical
METHOD m_hqirglgj uploadInternal (IIIIIIIZ)V
ARG 1 level
ARG 2 offsetX
ARG 3 offsetY
ARG 4 unpackSkipPixels
ARG 5 unpackSkipRows
ARG 6 width
ARG 7 height
ARG 8 blur
METHOD m_jamgysmq makePixelArray ()[I
METHOD m_jwryptwt applyFunction (Ljava/util/function/IntUnaryOperator;)V
ARG 1 function
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/Leashable.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CLASS net/minecraft/unmapped/C_gbavazgo net/minecraft/entity/Leashable
METHOD m_eodbrgla canLeashAttachTo ()Z
METHOD m_epgfrqcc attachLeash (Lnet/minecraft/unmapped/C_astfners;Z)V
METHOD m_feakufat hasLeashData ()Z
METHOD m_fmujdyoh readLeashData (Lnet/minecraft/unmapped/C_hhlwcnih;)V
METHOD m_frfgxbsb applyCloseRangeBehavior (Lnet/minecraft/unmapped/C_astfners;)V
ARG 1 entity
METHOD m_gnuhezcf getLeashHolder (Lnet/minecraft/unmapped/C_astfners;)Lnet/minecraft/unmapped/C_astfners;
Expand Down
7 changes: 7 additions & 0 deletions mappings/net/minecraft/entity/mob/ShulkerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ CLASS net/minecraft/unmapped/C_wepsgefi net/minecraft/entity/mob/ShulkerEntity
FIELD f_yejiwmfa MAX_NEARBY_SHULKERS_FOR_REPRODUCTION I
FIELD f_zdllrwfz MAX_SHELL_OPEN_DISTANCE F
METHOD m_agmrwfit createAttributes ()Lnet/minecraft/unmapped/C_sdjuuzrz$C_tehwrjus;
METHOD m_aipehzdv getOpeningDeltaBoundingBox (FLnet/minecraft/unmapped/C_xpuuihxf;FFLnet/minecraft/unmapped/C_vgpupfxx;)Lnet/minecraft/unmapped/C_hbcjzgoe;
ARG 0 scale
ARG 1 direction
ARG 2 prevExtraLength
ARG 3 extraLength
METHOD m_bcbqzxod getAttachedFace ()Lnet/minecraft/unmapped/C_xpuuihxf;
METHOD m_bzwsabfi spawnNewShulker ()V
METHOD m_cuftthil findAttachSide (Lnet/minecraft/unmapped/C_hynzadkk;)Lnet/minecraft/unmapped/C_xpuuihxf;
ARG 1 pos
METHOD m_ghizitzm getPhysicalPeak (F)F
ARG 0 openProgress
METHOD m_hqsastbf getOpeningBoundingBox (FLnet/minecraft/unmapped/C_xpuuihxf;FLnet/minecraft/unmapped/C_vgpupfxx;)Lnet/minecraft/unmapped/C_hbcjzgoe;
ARG 1 direction
METHOD m_jcmqjrtu setAttachedFace (Lnet/minecraft/unmapped/C_xpuuihxf;)V
ARG 1 face
METHOD m_kuzlyboe setPeekAmount (I)V
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/item/SpawnEggItem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ CLASS net/minecraft/unmapped/C_vhhtwwcq net/minecraft/item/SpawnEggItem
ARG 4 world
ARG 5 pos
ARG 6 stack
METHOD m_sgtwomfj getEntityType (Lnet/minecraft/unmapped/C_vtbxyypo$C_etmlgbig;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_ogavsvbr;
METHOD m_yjwdjdux isOfSameEntityType (Lnet/minecraft/unmapped/C_vtbxyypo$C_etmlgbig;Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_ogavsvbr;)Z
ARG 3 type

1 comment on commit 8041e15

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No diff file generated.

Please sign in to comment.