Items

Items added by AVM Staffs mod.

Types

Link copied to clipboard

Item tags added by AVM Staffs mod.

Properties

Link copied to clipboard

Chromatic crystal item.

Link copied to clipboard

Crown of King Orange item.

Link copied to clipboard

Faint scepter of friendship item.

Link copied to clipboard

Faint scepter of friendship head item.

Link copied to clipboard

Faint staff rod item.

Link copied to clipboard

Royal staff item.

Link copied to clipboard

Royal staff head item.

Link copied to clipboard

Royal staff scrap item.

Link copied to clipboard

Royal staff rod item.

Link copied to clipboard

Scepter of friendship item.

Link copied to clipboard

Staff infusion smithing template item.

Inherited properties

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

Creates a RegistryKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).

Link copied to clipboard

Creates a TagKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).

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: Supplier<T>): RegistrySupplier<T>
protected inline fun <T : Item> register(path: String, crossinline factory: (RegistryKey<Item>) -> T): RegistrySupplier<T>

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

Link copied to clipboard
protected inline fun <T : Item> registering(crossinline factory: (RegistryKey<Item>) -> T): PropertyDelegateProvider<Registrar<Item>, Lazy<T>>

Adds a content to be registered in a Minecraft registry using Architectury API. The path is derived from the property name (converted to camel_case).

protected inline fun <T : Item> registering(path: String, crossinline factory: (RegistryKey<Item>) -> T): Lazy<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.

Link copied to clipboard
fun tagKey(path: String): TagKey<Item>

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