Package net.neoforged.neoforge.common
Class EffectCures
java.lang.Object
net.neoforged.neoforge.common.EffectCures
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Set
<EffectCure> static final EffectCure
Cure used when a honey bottle is consumed.static final EffectCure
Cure used when a milk bucket is consumed.static final EffectCure
Cure used when a totem of undying protects the player from death. -
Constructor Summary
-
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()
-