Package net.neoforged.neoforge.common
Class EffectCures
java.lang.Object
net.neoforged.neoforge.common.EffectCures
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<EffectCure>static final EffectCureCure used when a honey bottle is consumed.static final EffectCureCure used when a milk bucket is consumed.static final EffectCureCure used when a totem of undying protects the player from death. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
MILK
Cure used when a milk bucket is consumed. Cures any effect by default. - 
HONEY
Cure used when a honey bottle is consumed. Only cures poison by default. - 
PROTECTED_BY_TOTEM
Cure used when a totem of undying protects the player from death. Cures any effect by default. - 
DEFAULT_CURES
 
 - 
 - 
Constructor Details
- 
EffectCures
public EffectCures() 
 -