Items

public class Items extends RegistryUtil<Item>(source)

Items added by AVM Staffs mod.

Types

Link copied to clipboard
public class Tags extends TagKeyUtil<Item>

Item tags added by AVM Staffs mod.

Properties

Link copied to clipboard
public final static RegistrySupplier<CrownItem> CROWN_OF_KING_ORANGE

Item registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
Link copied to clipboard
public final static RegistrySupplier<Item> FAINT_ROYAL_STAFF

Item registered as avm_staff:faint_royal_staff.

Link copied to clipboard
public final static RegistrySupplier<Item> FAINT_ROYAL_STAFF_HEAD

Item registered as avm_staff:faint_royal_staff_head.

Link copied to clipboard
public final static RegistrySupplier<Item> FAINT_STAFF_ROD

Item registered as avm_staff:faint_staff_rod.

Link copied to clipboard
private final Item faintRoyalStaff
Link copied to clipboard
private final Item faintRoyalStaffHead
Link copied to clipboard
private final Item faintStaffRod
Link copied to clipboard
public final static Items INSTANCE
Link copied to clipboard
public final static RegistrySupplier<StaffItem> ROYAL_STAFF

Item registered as avm_staff:royal_staff.

Link copied to clipboard
public final static RegistrySupplier<Item> ROYAL_STAFF_INGREDIENT

Item registered as avm_staff:royal_staff_ingredient.

Link copied to clipboard
private final StaffItem royalStaff
Link copied to clipboard
private final Item royalStaffIngredient
Link copied to clipboard
public final static RegistrySupplier<SmithingTemplateItem> STAFF_INFUSION_SMITHING_TEMPLATE

Item registered as avm_staff:staff_infusion_smithing_template.

Inherited properties

Link copied to clipboard
private final String modId
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
public final Item faintRoyalStaff()
Link copied to clipboard
public final Item faintRoyalStaffHead()
Link copied to clipboard
public final Item faintStaffRod()
Link copied to clipboard
public final StaffItem royalStaff()
Link copied to clipboard
public final Item royalStaffIngredient()

Inherited functions

Link copied to clipboard

Gets the registry entry of the given registry key from the given registry manager or null, if it's not found.

Link copied to clipboard
protected final String getModId()
Link copied to clipboard
protected final RegistryKey<Registry<Item>> getRegistry()
Link copied to clipboard
public final Identifier id(String path)

Creates an Identifier from the namespace specified in the constructor and a given path.

Link copied to clipboard
protected final RegistrySupplier<T> register<T extends Item>(String path, Function1<RegistryKey<Item>, T> factory)

Adds a content to be registered in a Minecraft registry using Architectury API.

Link copied to clipboard
public final RegistryKey<Item> registryKey(String path)

Creates a RegistryKey from the registry and namespace specified in the constructor and a given path.