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