toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.common
/
IItemStack
IItem
Stack
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
(
)
:
String
get
Item
Id
Link copied to clipboard
abstract
fun
getItemId
(
)
:
MyResourceLocation
get
Lore
Link copied to clipboard
abstract
fun
getLore
(
)
:
List
<
String
>
get
Stack
Size
Link copied to clipboard
abstract
fun
getStackSize
(
)
:
Int