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