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