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