Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
314 changed files with 4181 additions and 1680 deletions
Showing only changes of commit 6cfa2f7f31 - Show all commits

View File

@ -1061,7 +1061,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
* @param items the slots to change, where the values are the items to which * @param items the slots to change, where the values are the items to which
* the slot should be changed. null values will set the slot to air, empty map is not allowed * the slot should be changed. null values will set the slot to air, empty map is not allowed
*/ */
public void sendEquipmentChange(LivingEntity entity, Map<EquipmentSlot, ItemStack> items); public void sendEquipmentChange(LivingEntity entity, Map<EquipmentSlot, @Nullable ItemStack> items);
// Paper start // Paper start
/** /**