Class HarvestingMechanicFactory
-
- All Implemented Interfaces:
public final class HarvestingMechanicFactory extends MechanicFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHarvestingMechanicFactory.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringmechanicIDpublic final static HarvestingMechanicFactory.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description HarvestingMechanicFactory(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description HarvestingMechanicparse(ConfigurationSection section)HarvestingMechanicgetMechanic(String itemID)HarvestingMechanicgetMechanic(ItemStack itemStack)-
-
Method Detail
-
parse
HarvestingMechanic parse(ConfigurationSection section)
-
getMechanic
HarvestingMechanic getMechanic(String itemID)
-
getMechanic
HarvestingMechanic getMechanic(ItemStack itemStack)
-
-
-
-