issues
search
ENDERZOMBI102
/
LoaderComplex
A very simple mod that aims to be compatible with almost every mod/plugin loader
MIT License
21
stars
1
forks
source link
ItemStack
#6
Closed
ENDERZOMBI102
closed
2 years ago
ENDERZOMBI102
commented
3 years ago
[ ] Object getStack()
[ ] String getDisplayName()
[ ] void setDisplayName(String newName)
[ ] Object getType()
[ ] int getAmount()
[ ] void setAmount(int amount)
[ ] void setDurability(final short durability)
[ ] short getDurability()
[ ] int getMaxDurability()
[ ] int getMaxStackSize()