MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
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.
See also
io.
github.
notenoughupdates.
moulconfig.
forge.
Forge
Item
Stack
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