SoftConfig
Toggle table of contents
4.8.3-SNAPSHOT+57c5193
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoftConfig
common
/
io.github.notenoughupdates.moulconfig.common
/
IItemStack
IItem
Stack
@
ApiStatus.NonExtendable
interface
IItemStack
(
source
)
Not for manual implementation. This should be implemented by the corresponding platform.
Members
Functions
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
)
:
StructuredText
get
Item
Id
Link copied to clipboard
abstract
fun
getItemId
(
)
:
MyResourceLocation
get
Lore
Link copied to clipboard
abstract
fun
getLore
(
)
:
List
<
StructuredText
>
get
Stack
Size
Link copied to clipboard
abstract
fun
getStackSize
(
)
:
Int