AbstractStaticgetThe item to query.
The base name (e.g., "stone" for "minecraft:stone").
StaticnewReturns a new ItemStack with the settings applied
The typeId of the item stack to make
The amount of items in the item stack. Defaults to 1.
Optionallore: RawMessage | RawMessage[]The lore to add to the ItemStack.
Optionaldata: ItemStackDataAdditional item data to add such as ItemLockMode or KeepOnDeath
The ItemStack that was created
StaticsetSets the lore text on an ItemStack and returns it
The itemStack to set the lore on
The lore to set on the ItemStack
The ItemStack
StaticaddAppends the lore text to an ItemStack and returns it
The itemStack to set the lore on
The lore to set on the ItemStack
The ItemStack
Gets the base name of an item (without namespace).