Class TridentMechanic
-
- All Implemented Interfaces:
public final class TridentMechanic extends Mechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final KeyitemModelprivate final Stringmodelprivate final ItemDisplay.ItemDisplayTransformtransformprivate final Vector2frotationprivate final Doubledamageprivate final ItemStackitemStackprivate final Array<out Function<ItemBuilder, ItemBuilder>>itemModifiersprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsection
-
Constructor Summary
Constructors Constructor Description TridentMechanic(MechanicFactory factory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final KeygetItemModel()final StringgetModel()final ItemDisplay.ItemDisplayTransformgetTransform()final Vector2fgetRotation()final DoublegetDamage()final ItemStackgetItemStack()-
-
Constructor Detail
-
TridentMechanic
TridentMechanic(MechanicFactory factory, ConfigurationSection section)
-
-
Method Detail
-
getItemModel
final Key getItemModel()
-
getTransform
final ItemDisplay.ItemDisplayTransform getTransform()
-
getRotation
final Vector2f getRotation()
-
getItemStack
final ItemStack getItemStack()
-
-
-
-