Package com.kamikazejam.kamicommon.item
package com.kamikazejam.kamicommon.item
-
ClassDescriptionA builder class for wrapping
ItemStack
s and applying patches to them.
Patches modify the base metadata and nbt of the item via easier to use methods exposed by this class.
NOTE: Using third party plugins like ItemsAdder which provide custom items IS SUPPORTED!
Just adjust your workflow to parse theItemStack
from their API, and then use that object as the prototype for this wrapper:Loader to assist in automatically extractingItemBuilder
s from configuration sections.
Supports theKamiConfig
system, requiring aConfigurationSection
object to load from.