basic inventory support
This commit is contained in:
8
bot/screen/inventory.go
Normal file
8
bot/screen/inventory.go
Normal file
@ -0,0 +1,8 @@
|
||||
package screen
|
||||
|
||||
type Inventory struct {
|
||||
}
|
||||
|
||||
func (inv Inventory) SetSlot(i int, id int32, count byte, NBT interface{}) {
|
||||
panic("implement me")
|
||||
}
|
Reference in New Issue
Block a user