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