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