Update patches to latest 1.21.4 #1
@ -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
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user