Class ArmorEffectsFactory
-
- All Implemented Interfaces:
public final class ArmorEffectsFactory extends MechanicFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classArmorEffectsFactory.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integerdelayprivate final StringmechanicIDpublic final static ArmorEffectsFactory.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ArmorEffectsFactory(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final IntegergetDelay()ArmorEffectsMechanicparse(ConfigurationSection section)ArmorEffectsMechanicgetMechanic(String itemID)ArmorEffectsMechanicgetMechanic(ItemStack itemStack)-
-
Method Detail
-
parse
ArmorEffectsMechanic parse(ConfigurationSection section)
-
getMechanic
ArmorEffectsMechanic getMechanic(String itemID)
-
getMechanic
ArmorEffectsMechanic getMechanic(ItemStack itemStack)
-
-
-
-