IItemStack

public interface IItemStack(source)

Not for manual implementation. This should be implemented by the corresponding platform.

See also

io.github.notenoughupdates.moulconfig.forge.ForgeItemStack

Functions

Link copied to clipboard
public abstract String getDisplayName()
Link copied to clipboard
public abstract MyResourceLocation getItemId()
Link copied to clipboard
public abstract List<String> getLore()
Link copied to clipboard
public abstract Integer getStackSize()