Class ItemTypeMechanic
-
- All Implemented Interfaces:
public final class ItemTypeMechanic extends Mechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final String
itemType
private final Array<out Function<ItemBuilder, ItemBuilder>>
itemModifiers
private final String
itemID
private final MechanicFactory
factory
private final ConfigurationSection
section
-
Constructor Summary
Constructors Constructor Description ItemTypeMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final String
getItemType()
-
-
Constructor Detail
-
ItemTypeMechanic
ItemTypeMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
-
Method Detail
-
getItemType
final String getItemType()
-
-
-
-