Class ItemTypeMechanic
-
- All Implemented Interfaces:
public final class ItemTypeMechanic extends Mechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final StringitemTypeprivate final Array<out Function<ItemBuilder, ItemBuilder>>itemModifiersprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsection
-
Constructor Summary
Constructors Constructor Description ItemTypeMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final StringgetItemType()-
-
Constructor Detail
-
ItemTypeMechanic
ItemTypeMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
-
Method Detail
-
getItemType
final String getItemType()
-
-
-
-