diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index 5c9a61c25d..5662acec68 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -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 diff --git a/mappings/net/minecraft/inventory/SimpleInventory.mapping b/mappings/net/minecraft/inventory/SimpleInventory.mapping index 8be18f75de..00c486af95 100644 --- a/mappings/net/minecraft/inventory/SimpleInventory.mapping +++ b/mappings/net/minecraft/inventory/SimpleInventory.mapping @@ -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;