Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Oct 2, 2024
1 parent 0233622 commit 4b86931
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mappings/net/minecraft/item/AnimalArmorItem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CLASS net/minecraft/class_4059 net/minecraft/item/AnimalArmorItem
ARG 1 material
ARG 2 type
ARG 3 equipSound
ARG 4 damageOnHurt
ARG 5 settings
CLASS class_9076 Type
FIELD field_49256 breakSound Lnet/minecraft/class_3414;
FIELD field_54108 allowedEntities Lnet/minecraft/class_6885;
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/item/BundleItem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CLASS net/minecraft/class_5537 net/minecraft/item/BundleItem
METHOD method_38076 playInsertSound (Lnet/minecraft/class_1297;)V
ARG 0 entity
METHOD method_38077 playDropContentsSound (Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;)V
ARG 0 world
ARG 1 entity
METHOD method_61637 setSelectedStackIndex (Lnet/minecraft/class_1799;I)V
ARG 0 stack
ARG 1 selectedStackIndex
Expand All @@ -35,6 +37,9 @@ CLASS net/minecraft/class_5537 net/minecraft/item/BundleItem
METHOD method_61645 getNumberOfStacksShown (Lnet/minecraft/class_1799;)I
ARG 0 stack
METHOD method_63675 dropContentsOnUse (Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
ARG 1 world
ARG 2 player
ARG 3 stack
METHOD method_63676 popFirstBundledStack (Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;Lnet/minecraft/class_9276;)Ljava/util/Optional;
ARG 0 stack
ARG 1 player
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/item/equipment/ArmorMaterial.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ CLASS net/minecraft/class_1741 net/minecraft/item/equipment/ArmorMaterial
METHOD method_64503 applyBodyArmorSettings (Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_3414;ZLnet/minecraft/class_6885;)Lnet/minecraft/class_1792$class_1793;
ARG 1 settings
ARG 2 equipSound
ARG 3 damageOnHurt
ARG 4 allowedEntities
1 change: 1 addition & 0 deletions mappings/net/minecraft/network/codec/PacketCodecs.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ CLASS net/minecraft/class_9135 net/minecraft/network/codec/PacketCodecs
COMMENT
COMMENT @see io.netty.buffer.ByteBuf#readLong
COMMENT @see io.netty.buffer.ByteBuf#writeLong
FIELD field_54890 OPTIONAL_INT Lnet/minecraft/class_9139;
METHOD method_56363 toList ()Lnet/minecraft/class_9139$class_9140;
COMMENT Used to make a codec for a list of values using {@link PacketCodec#collect}.
COMMENT This creates an {@link java.util.ArrayList}, so the decoded result can be modified.
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/registry/tag/TagEntry.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ CLASS net/minecraft/class_3497 net/minecraft/registry/tag/TagEntry
CLASS class_7474 ValueGetter
METHOD method_43948 direct (Lnet/minecraft/class_2960;Z)Ljava/lang/Object;
ARG 1 id
ARG 2 required
METHOD method_43949 tag (Lnet/minecraft/class_2960;)Ljava/util/Collection;
ARG 1 id
2 changes: 2 additions & 0 deletions mappings/net/minecraft/structure/pool/StructurePools.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CLASS net/minecraft/class_5468 net/minecraft/structure/pool/StructurePools
ARG 0 id
METHOD method_60923 of (Ljava/lang/String;)Lnet/minecraft/class_5321;
ARG 0 id
METHOD method_64955 of (Lnet/minecraft/class_2960;)Lnet/minecraft/class_5321;
ARG 0 id

0 comments on commit 4b86931

Please sign in to comment.