Class TridentMechanic
-
- All Implemented Interfaces:
public final class TridentMechanic extends Mechanic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTridentMechanic.TridentSoundspublic final classTridentMechanic.TridentSound
-
Field Summary
Fields Modifier and Type Field Description private final KeyitemModelprivate final Stringmodelprivate final ItemDisplay.ItemDisplayTransformtransformprivate final Vector2frotationprivate final Doubledamageprivate final TridentMechanic.TridentSoundssoundsprivate final <Error class: unknown class>itemStackprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsectionprivate final Array<out ItemModifier>itemModifiers
-
Constructor Summary
Constructors Constructor Description TridentMechanic(TridentFactory factory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final KeygetItemModel()final StringgetModel()final ItemDisplay.ItemDisplayTransformgetTransform()final Vector2fgetRotation()final DoublegetDamage()final TridentMechanic.TridentSoundsgetSounds()final <Error class: unknown class>getItemStack()-
-
Constructor Detail
-
TridentMechanic
TridentMechanic(TridentFactory factory, ConfigurationSection section)
-
-
Method Detail
-
getItemModel
final Key getItemModel()
-
getTransform
final ItemDisplay.ItemDisplayTransform getTransform()
-
getRotation
final Vector2f getRotation()
-
getSounds
final TridentMechanic.TridentSounds getSounds()
-
getItemStack
final <Error class: unknown class> getItemStack()
-
-
-
-