Uses of Interface
io.papermc.paper.event.entity.EntityEquipmentChangedEvent.EquipmentChange
Packages that use EntityEquipmentChangedEvent.EquipmentChange
- 
Uses of EntityEquipmentChangedEvent.EquipmentChange in io.papermc.paper.event.entityMethods in io.papermc.paper.event.entity that return types with arguments of type EntityEquipmentChangedEvent.EquipmentChangeModifier and TypeMethodDescriptionEntityEquipmentChangedEvent.getEquipmentChanges()Gets a map of changed slots to their respective equipment changes.Constructor parameters in io.papermc.paper.event.entity with type arguments of type EntityEquipmentChangedEvent.EquipmentChangeModifierConstructorDescriptionEntityEquipmentChangedEvent(LivingEntity entity, Map<EquipmentSlot, EntityEquipmentChangedEvent.EquipmentChange> equipmentChanges)