Class TridentFactory
-
- All Implemented Interfaces:
public final class TridentFactory extends MechanicFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTridentFactory.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringmechanicIDpublic final static TridentFactory.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description TridentFactory(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description TridentMechanicgetMechanic(String itemId)TridentMechanicgetMechanic(ItemStack itemStack)TridentMechanicparse(ConfigurationSection section)-
-
Method Detail
-
getMechanic
TridentMechanic getMechanic(String itemId)
-
getMechanic
TridentMechanic getMechanic(ItemStack itemStack)
-
parse
TridentMechanic parse(ConfigurationSection section)
-
-
-
-