package infinitecraft type Instance struct { ItemID int32 `json:"itemId"` X uint16 `json:"x"` Y uint16 `json:"y"` }