Items

public class Items extends Registrar<Item>(source)

Items added by AVM Staffs mod.

Types

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

Item tags added by AVM Staffs mod.

Properties

Link copied to clipboard
private final static Item chromaticCrystal

Chromatic crystal item.

Link copied to clipboard
private final static CrownItem crownOfKingOrange

Crown of King Orange item.

Link copied to clipboard
private final static Item faintScepterOfFriendship

Faint scepter of friendship item.

Link copied to clipboard
private final static Item faintScepterOfFriendshipHead

Faint scepter of friendship head item.

Link copied to clipboard
private final static Item faintStaffRod

Faint staff rod item.

Link copied to clipboard
public final static Items INSTANCE
Link copied to clipboard
private final static StaffItem royalStaff

Royal staff item.

Link copied to clipboard
private final static Item royalStaffHead

Royal staff head item.

Link copied to clipboard
private final static Item royalStaffIngredient

Royal staff scrap item.

Link copied to clipboard
private final static Item royalStaffRod

Royal staff rod item.

Link copied to clipboard
private final static StaffItem scepterOfFriendship

Scepter of friendship item.

Link copied to clipboard

Staff infusion smithing template item.

Inherited properties

Link copied to clipboard
private final String modId
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).

Functions

Link copied to clipboard
public final static Item getChromaticCrystal()

Chromatic crystal item.

Link copied to clipboard
public final static CrownItem getCrownOfKingOrange()

Crown of King Orange item.

Link copied to clipboard
public final static Item getFaintScepterOfFriendship()

Faint scepter of friendship item.

Link copied to clipboard
public final static Item getFaintScepterOfFriendshipHead()

Faint scepter of friendship head item.

Link copied to clipboard
public final static Item getFaintStaffRod()

Faint staff rod item.

Link copied to clipboard
public final static StaffItem getRoyalStaff()

Royal staff item.

Link copied to clipboard
public final static Item getRoyalStaffHead()

Royal staff head item.

Link copied to clipboard
public final static Item getRoyalStaffIngredient()

Royal staff scrap item.

Link copied to clipboard
public final static Item getRoyalStaffRod()

Royal staff rod item.

Link copied to clipboard
public final static StaffItem getScepterOfFriendship()

Scepter of friendship item.

Link copied to clipboard

Staff infusion smithing template item.

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

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).

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, Supplier<T> factory)
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
protected final PropertyDelegateProvider<Registrar<Item>, Lazy<T>> registering<T extends Item>(Function1<RegistryKey<Item>, T> factory)

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 final Lazy<T> registering<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.

Link copied to clipboard
public final TagKey<Item> tagKey(String path)

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