Items

Items added by AVM Staffs mod.

Types

Link copied to clipboard
object Tags : TagKeyUtil<Item>

Item tags added by AVM Staffs mod.

Properties

Link copied to clipboard

Item registered as avm_staff:crown_of_king_orange.

Link copied to clipboard
@get:JvmName(name = "crownOfKingOrange")
val crownOfKingOrange: CrownItem
Link copied to clipboard
val FAINT_ROYAL_STAFF: RegistryObject<Item>

Item registered as avm_staff:faint_royal_staff.

Link copied to clipboard
val FAINT_ROYAL_STAFF_HEAD: RegistryObject<Item>

Item registered as avm_staff:faint_royal_staff_head.

Link copied to clipboard
val FAINT_STAFF_ROD: RegistryObject<Item>

Item registered as avm_staff:faint_staff_rod.

Link copied to clipboard
@get:JvmName(name = "faintRoyalStaff")
val faintRoyalStaff: Item
Link copied to clipboard
@get:JvmName(name = "faintRoyalStaffHead")
val faintRoyalStaffHead: Item
Link copied to clipboard
@get:JvmName(name = "faintStaffRod")
val faintStaffRod: Item
Link copied to clipboard
val ROYAL_STAFF: RegistryObject<StaffItem>

Item registered as avm_staff:royal_staff.

Link copied to clipboard
val ROYAL_STAFF_INGREDIENT: RegistryObject<Item>

Item registered as avm_staff:royal_staff_ingredient.

Link copied to clipboard
@get:JvmName(name = "royalStaff")
val royalStaff: StaffItem
Link copied to clipboard
@get:JvmName(name = "royalStaffIngredient")
val royalStaffIngredient: Item
Link copied to clipboard

Item registered as avm_staff:staff_infusion_smithing_template.

Link copied to clipboard
@get:JvmName(name = "staffInfusionSmithingTemplate")
val staffInfusionSmithingTemplate: SmithingTemplateItem

Inherited properties

Link copied to clipboard
protected val modId: String
Link copied to clipboard

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
fun id(path: String): Identifier

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

Link copied to clipboard
protected fun <T : Item> register(path: String, factory: (RegistryKey<Item>) -> T): RegistryObject<T>

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

Link copied to clipboard

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