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