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