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