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