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