Class ItemTypeMechanic
-
- All Implemented Interfaces:
public final class ItemTypeMechanic extends Mechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final StringitemTypeprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsectionprivate final Array<out ItemModifier>itemModifiers
-
Constructor Summary
Constructors Constructor Description ItemTypeMechanic(ItemTypeMechanicFactory factory, ConfigurationSection section, String itemType)
-
Method Summary
Modifier and Type Method Description final StringgetItemType()-
-
Constructor Detail
-
ItemTypeMechanic
ItemTypeMechanic(ItemTypeMechanicFactory factory, ConfigurationSection section, String itemType)
-
-
Method Detail
-
getItemType
final String getItemType()
-
-
-
-