Uses of Interface
io.papermc.paper.datacomponent.item.consumable.ConsumeEffect
Packages that use ConsumeEffect
Package
Description
- 
Uses of ConsumeEffect in io.papermc.paper.datacomponent.itemMethods in io.papermc.paper.datacomponent.item that return types with arguments of type ConsumeEffectMethods in io.papermc.paper.datacomponent.item with parameters of type ConsumeEffectModifier and TypeMethodDescriptionConsumable.Builder.addEffect(ConsumeEffect effect) DeathProtection.Builder.addEffect(ConsumeEffect effect) Method parameters in io.papermc.paper.datacomponent.item with type arguments of type ConsumeEffectModifier and TypeMethodDescriptionConsumable.Builder.addEffects(List<ConsumeEffect> effects) DeathProtection.Builder.addEffects(List<ConsumeEffect> effects) static DeathProtectionDeathProtection.deathProtection(List<ConsumeEffect> deathEffects) 
- 
Uses of ConsumeEffect in io.papermc.paper.datacomponent.item.consumableSubinterfaces of ConsumeEffect in io.papermc.paper.datacomponent.item.consumableModifier and TypeInterfaceDescriptionstatic interfaceRepresents a consumable effect that applies potion effects based on a probability on consumption.static interfaceRepresents a consumable effect that clears all effects on consumption.static interfaceRepresents a consumable effect that plays a sound on consumption.static interfaceRepresents a consumable effect that removes status effects on consumption.static interfaceRepresents a consumable effect that randomly teleports the entity on consumption.