Class TridentMechanic
-
- All Implemented Interfaces:
public final class TridentMechanic extends Mechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final Key
itemModel
private final String
model
private final ItemDisplay.ItemDisplayTransform
transform
private final Vector2f
rotation
private final Double
damage
private final ItemStack
itemStack
private final Array<out Function<ItemBuilder, ItemBuilder>>
itemModifiers
private final String
itemID
private final MechanicFactory
factory
private final ConfigurationSection
section
-
Constructor Summary
Constructors Constructor Description TridentMechanic(MechanicFactory factory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final Key
getItemModel()
final String
getModel()
final ItemDisplay.ItemDisplayTransform
getTransform()
final Vector2f
getRotation()
final Double
getDamage()
final ItemStack
getItemStack()
-
-
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()
-
-
-
-