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