Class WitherSkullMechanicFactory
-
- All Implemented Interfaces:
public final class WitherSkullMechanicFactory extends MechanicFactory
-
-
Field Summary
Fields Modifier and Type Field Description private final String
mechanicID
-
Constructor Summary
Constructors Constructor Description WitherSkullMechanicFactory(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description WitherSkullMechanic
parse(ConfigurationSection section)
WitherSkullMechanic
getMechanic(String itemID)
WitherSkullMechanic
getMechanic(ItemStack itemStack)
-
-
Method Detail
-
parse
WitherSkullMechanic parse(ConfigurationSection section)
-
getMechanic
WitherSkullMechanic getMechanic(String itemID)
-
getMechanic
WitherSkullMechanic getMechanic(ItemStack itemStack)
-
-
-
-