com.magistuarmory.fabric.item.LanceItemFabric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-fabric Show documentation
Show all versions of 1.20.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
package com.magistuarmory.fabric.item;
import com.google.common.collect.Multimap;
import com.magistuarmory.item.LanceItem;
import com.magistuarmory.item.ModItemTier;
import com.magistuarmory.item.WeaponType;
import net.minecraft.class_1304;
import net.minecraft.class_1320;
import net.minecraft.class_1322;
import net.minecraft.class_1799;
import org.jetbrains.annotations.NotNull;
public class LanceItemFabric extends LanceItem
{
public LanceItemFabric(class_1793 properties, ModItemTier material, WeaponType type)
{
super(properties, material, type);
}
@Override
public Multimap getAttributeModifiers(class_1799 stack, @NotNull class_1304 slot)
{
return super.getAttributeModifiers(stack, slot);
}
}