Skip to content

Commit

Permalink
Map method_5797 in Entity and SimpleInventory (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic authored Sep 27, 2024
1 parent b00877b commit ef50ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
COMMENT
COMMENT @see #isSwimming
ARG 1 swimming
METHOD method_5797 getDisplayName ()Lnet/minecraft/class_2561;
METHOD method_5798 isInsideBubbleColumn ()Z
COMMENT {@return whether the block at the entity's position is a bubble column}
METHOD method_5799 isTouchingWater ()Z
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/inventory/SimpleInventory.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CLASS net/minecraft/class_1277 net/minecraft/inventory/SimpleInventory
ARG 1 listener
METHOD method_5491 addStack (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799;
ARG 1 stack
METHOD method_5797 getDisplayName ()Lnet/minecraft/class_2561;
METHOD method_7659 readNbtList (Lnet/minecraft/class_2499;)V
ARG 1 nbtList
METHOD method_7660 toNbtList ()Lnet/minecraft/class_2499;
METHOD method_5797 getDisplayName ()Lnet/minecraft/class_2561;

0 comments on commit ef50ad6

Please sign in to comment.