com.magistuarmory.item.ItemRegistryHelper 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-common Show documentation
Show all versions of 1.20.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
package com.magistuarmory.item;
import com.magistuarmory.item.armor.MedievalArmorItem;
import dev.architectury.injectables.annotations.ExpectPlatform;
import dev.architectury.registry.registries.DeferredRegister;
import dev.architectury.registry.registries.RegistrySupplier;
import net.minecraft.class_1738;
import net.minecraft.class_1741;
import net.minecraft.class_1792;
public class ItemRegistryHelper
{
@ExpectPlatform
public static RegistrySupplier registerKnightItem(DeferredRegister items, String id, class_1741 material, class_1738.class_8051 type, class_1792.class_1793 properties)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerJoustingItem(DeferredRegister items, String id, class_1741 material, class_1738.class_8051 type, class_1792.class_1793 properties)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerDyeableMedievalArmorItem(DeferredRegister items, String id, class_1741 material, class_1738.class_8051 type, class_1792.class_1793 properties, int defaultcolor)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerMedievalArmorItem(DeferredRegister items, String id, class_1741 material, class_1738.class_8051 type, class_1792.class_1793 properties)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerMedievalWeaponItem(DeferredRegister items, String id, class_1792.class_1793 properties, ModItemTier material, WeaponType type)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerLanceItem(DeferredRegister items, String id, class_1792.class_1793 properties, ModItemTier material, WeaponType type)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerMedievalShieldItem(DeferredRegister items, String id, String name, class_1792.class_1793 properties, ModItemTier material, boolean paintable, boolean is3d, ShieldType type)
{
throw new AssertionError();
}
@ExpectPlatform
public static RegistrySupplier registerPaviseItem(DeferredRegister items, String id, String name, class_1792.class_1793 properties, ModItemTier material, boolean paintable, boolean is3d, ShieldType type)
{
throw new AssertionError();
}
}