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