Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map method_5797 in Entity and SimpleInventory #280

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Loading