package screen type Inventory struct { } func (inv Inventory) SetSlot(i int, id int32, count byte, NBT interface{}) { panic("implement me") }