Skip to content

Commit

Permalink
match 25w06a to 25w05a
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Feb 6, 2025
1 parent 3980868 commit fe1d067
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mappings/net/minecraft/item/Item.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
COMMENT <p>By default, returns true if the item has enchantments.
ARG 1 stack
METHOD m_proceewu getMaxStackSize ()I
METHOD m_qqswvlkq inventoryTick (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_bdwnwhiu;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_yuycoehb;)V
ARG 1 stack
ARG 3 entity
METHOD m_rwziztnd validateComponents (Lnet/minecraft/unmapped/C_sddaxwyk;)V
METHOD m_ucwrwzur byRawId (I)Lnet/minecraft/unmapped/C_vorddnax;
ARG 0 id
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/item/ItemStack.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ CLASS net/minecraft/unmapped/C_sddaxwyk net/minecraft/item/ItemStack
ARG 1 item
COMMENT the resulting item stack's item
METHOD m_cpmzxurz canBreakInAdventureMode (Lnet/minecraft/unmapped/C_gogfiawf;)Z
METHOD m_cwjcossc inventoryTick (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_yuycoehb;)V
ARG 1 world
ARG 2 entity
METHOD m_dfvhukte getUseAction ()Lnet/minecraft/unmapped/C_qeajvgxm;
METHOD m_dyvmnknh fromNbt (Lnet/minecraft/unmapped/C_vtbxyypo$C_etmlgbig;Lnet/minecraft/unmapped/C_hhlwcnih;)Lnet/minecraft/unmapped/C_sddaxwyk;
ARG 0 lookupProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ CLASS net/minecraft/unmapped/C_mrjqexcd net/minecraft/server/world/ChunkTicketMa
METHOD m_uwetgvxd isUnloaded (J)Z
METHOD m_vasauzvg shouldTickBlocks (J)Z
ARG 1 chunkPos
METHOD m_xggfvfua shouldTick (J)Lnet/minecraft/unmapped/C_jkoyijul;
ARG 1 pos
METHOD m_ytrysmmj toDumpString ()Ljava/lang/String;
CLASS C_fqqccsvo DistanceFromNearestPlayerTracker
FIELD f_dhbpxhsh distanceFromNearestPlayer Lit/unimi/dsi/fastutil/longs/Long2ByteMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ CLASS net/minecraft/unmapped/C_gxrpzacc net/minecraft/server/world/ThreadedChunk
ARG 1 writer
METHOD m_mlsrnydb getRandomState ()Lnet/minecraft/unmapped/C_edfiqifk;
METHOD m_mtihtfpz entryIterator ()Ljava/lang/Iterable;
METHOD m_mvnaomen getSquaredDistance (Lnet/minecraft/unmapped/C_ynrszrtu;Lnet/minecraft/unmapped/C_vgpupfxx;)D
ARG 0 pos
METHOD m_nhddmlfy getRegion (Lnet/minecraft/unmapped/C_gkderdjo;ILjava/util/function/IntFunction;)Ljava/util/concurrent/CompletableFuture;
ARG 2 margin
ARG 3 distanceToStatus
Expand Down

1 comment on commit fe1d067

@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.