Class SevenElementsStatusEffects
java.lang.Object
io.github.xrickastley.sevenelements.effect.SevenElementsStatusEffects
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StatusEffectReduces the entity's Movement Speed and Attack Speed by 15%.static final StatusEffectFreezes the entity, preventing movement and attacks.static final StatusEffectReduces the entity's Physical RES% by 40%. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()private static StatusEffectregister(String name, StatusEffect statusEffect)
-
Field Details
-
FROZEN
Freezes the entity, preventing movement and attacks. -
SUPERCONDUCT
Reduces the entity's Physical RES% by 40%. -
CRYO
Reduces the entity's Movement Speed and Attack Speed by 15%.
-
-
Constructor Details
-
SevenElementsStatusEffects
public SevenElementsStatusEffects()
-
-
Method Details
-
register
public static void register() -
register
-