Add display name getter
This commit is contained in:
parent
0865e40758
commit
925501a486
@ -108,6 +108,10 @@ function ItemStack:isEmpty()
|
|||||||
return self.count == nil or self.count == 0
|
return self.count == nil or self.count == 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function ItemStack:getDisplayName()
|
||||||
|
return self.displayName
|
||||||
|
end
|
||||||
|
|
||||||
function ItemStack:hasChanged(listObj, thorough)
|
function ItemStack:hasChanged(listObj, thorough)
|
||||||
local listItem = listObj[self.slot]
|
local listItem = listObj[self.slot]
|
||||||
if listItem == nil or listItem.name ~= self.name or listItem.count ~= self.count then
|
if listItem == nil or listItem.name ~= self.name or listItem.count ~= self.count then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user