You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-data/paper.at
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -510,6 +510,8 @@ public net.minecraft.world.inventory.AbstractContainerMenu quickcraftSlots
510
510
public net.minecraft.world.inventory.AbstractContainerMenu quickcraftStatus
511
511
public net.minecraft.world.inventory.AbstractContainerMenu quickcraftType
512
512
public net.minecraft.world.inventory.AbstractContainerMenu resetQuickCraft()V
513
+
public net.minecraft.world.inventory.AbstractContainerMenu synchronizeSlotToRemote(ILnet/minecraft/world/item/ItemStack;Ljava/util/function/Supplier;)V
514
+
public net.minecraft.world.inventory.AbstractContainerMenu triggerSlotListeners(ILnet/minecraft/world/item/ItemStack;Ljava/util/function/Supplier;)V
513
515
public net.minecraft.world.inventory.AbstractCraftingMenu craftSlots
514
516
public net.minecraft.world.inventory.AbstractCraftingMenu resultSlots
515
517
public net.minecraft.world.inventory.AnvilMenu cost
+ if (packet.buttonNum() == Inventory.SLOT_OFFHAND && this.player.containerMenu != this.player.inventoryMenu) this.player.containerSynchronizer.sendOffHandSlotChange(); // Paper - update offhand data when the player is clicking in an inventory not their own as the sychronizer does not include offhand slots
2288
2289
+ if (io.papermc.paper.configuration.GlobalConfiguration.get().unsupportedSettings.updateEquipmentOnPlayerActions) this.player.detectEquipmentUpdates(); // Paper - Force update attributes.
0 commit comments