Versions in this module Expand all Collapse all v1 v1.0.1 Jul 3, 2020 Changes in this version + type Item interface + type ItemStack struct + func New() *ItemStack + func (s *ItemStack) GetLen() int + func (s *ItemStack) Pop() (Item, error) + func (s *ItemStack) Push(t Item) Item v1.0.0 Jul 1, 2020