Class ElementComponentImpl.CrystallizeShield
java.lang.Object
io.github.xrickastley.sevenelements.component.ElementComponentImpl.CrystallizeShield
- Enclosing class:
- ElementComponentImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCrystallizeShield(Element element, double amount, long appliedAt) -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanisEmpty()private static ElementComponentImpl.CrystallizeShieldofNbt(NbtCompound tag) private floatreduce(ElementalDamageSource source, float amount) private voidtick(ElementComponentImpl impl) private voidwriteToNbt(NbtCompound tag)
-
Field Details
-
element
-
appliedAt
private final long appliedAt -
amount
private double amount
-
-
Constructor Details
-
CrystallizeShield
-
-
Method Details
-
ofNbt
-
reduce
-
writeToNbt
-
isEmpty
private boolean isEmpty() -
tick
-