Class LifeStealMechanicFactory
-
- All Implemented Interfaces:
public final class LifeStealMechanicFactory extends MechanicFactory
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmechanicID
-
Constructor Summary
Constructors Constructor Description LifeStealMechanicFactory(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description LifeStealMechanicparse(ConfigurationSection section)LifeStealMechanicgetMechanic(String itemID)LifeStealMechanicgetMechanic(ItemStack itemStack)-
-
Method Detail
-
parse
LifeStealMechanic parse(ConfigurationSection section)
-
getMechanic
LifeStealMechanic getMechanic(String itemID)
-
getMechanic
LifeStealMechanic getMechanic(ItemStack itemStack)
-
-
-
-